Files
Nim/lib/pure/collections
Hans Raaf cddabcfc63 Fixes foldl() and foldr() + foldl() with start parameter.
This fixes the (potential) multi-evaluation of the sequence parameter in
foldl() and foldr().

It also adds a foldl() version which gets a start parameter. This allows
for creating a result with a different type than the elements of the
sequence.
2016-03-06 17:52:18 +01:00
..
2016-03-04 22:19:11 +01:00
2015-01-06 15:26:33 +01:00
2016-01-09 21:46:47 -06:00