1
0
forked from Mirror/wren
Files
wren/test/core
Bob Nystrom 07f9d4d2be Tweak Sequence.all() and Sequence.any().
When possible, they return the actual value from the predicate
instead of always just "true" and "false". This matches && and ||
which evaluate to the RHS or LHS when appropriate.
2015-03-28 10:18:45 -07:00
..
2015-03-17 07:00:54 -07:00
2015-03-19 21:12:50 +01:00