pythonic-fp-iterables¶
PyPI project pythonic-fp-iterabless part of the pythonic-fp namespace projects.
PyPI version 5.1.1 release.
Library of functions for iterating iterables¶
Module |
Description |
|---|---|
merging |
Concatenating and merging iterables |
drop_take |
Dropping and taking values from iterables |
folding |
Reducing and accumulating iterables |
Assumptions¶
iterables are not necessarily iterators
at all times iterator protocol is assumed to be followed
all iterators are assumed to be iterable
for all iterators
foobarwe assumeiter(foobar) is foobar
Getting Started