4e1153a6c2ca — Nathan Michaels default master tip 4 years ago
Add iterators, fix some bugs, add fold.

New iterators: Repeat, Count
Fix: SliceIter, Range.

First is fold, because it's a function. Map will have to either
allocate memory or be a type. Maybe I'll do both.
6ec6ef39ee64 — Nathan Michaels 4 years ago
Cartesian Product of arbitrary iterators.
b54e77d9bd78 — Nathan Michaels 4 years ago
Something iterating