pythonic-fp-containers¶
Project pythonic-fp-containers one of the PyPI Pythonic FP projects.
Proposed PyPI 4.0.2+ release
Containers with FP interfaces¶
Functional variants of Python builtins
class FTuple: A tuple-like object with a functional interface.
class IList: An immutable, hashable list-like object.
Getting Started
Documentation