-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Should recursively flatten an Iterable where the emitted values are Iterables themselves.
Should take an optional predicate function to allow skipping the children of an item.
This would essentially make tree traversal possible, as long as each node is Iterable.
Reactions are currently unavailable