Skip to content

Add scan, concatMap, and last to Sequence

Choose a tag to compare

@Jason-Rev Jason-Rev released this 30 May 15:28
· 14 commits to master since this release

Scan

Allows you to accumulate values as you go along.

Last

Returns the last value in a sequence.

concatMap

This is like flattenOnce, but it preserves the keys.