ChaiScript/unittests/bind.chai

3 lines
71 B
ChaiScript

auto prod = bind(foldl, _, `*`, 1.0)
assert_equal(60, prod({3, 4, 5}))