- Add
Max,MaxFunc,Min, andMinFuncto find the min or max values - Add
Pairwiseto iterate pairwise over a sequence - Add
SliceFromto slice from a position within the sequence - Add
FlattenandFlattento iterate across keys then values of aiter.Seq2
Slicenow accepts a negative number for 'end', meaning it will continue until it exhausts the sequence
- Add
ChainSlicesas a convenience forChaining over slices - Add
ChainMapsas a convenience forChaining over maps
- Add functions to return first matching elements
- Fix race condition in
IterCtx*functions
Initial release