-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add a function that prepends a value to an iterator. This should be a simple wrapper around concat() such that:
prepend(iterable, x) == concat([x], iterable)With this change, it should be possible to rewind the last value while performing takeWhile() (see #2)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels