descriptionΒΆ
PyPI project pythonic-fp-iterables part of the pythonic-fp namespace projects.
For a proposed version 5.0.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
foobar
we assumeiter(foobar) is foobar