Usage

How to install the package

Install the project into your Python environment:

$ pip install pythonic-fp.containers

Importing the package

Import the functional container classes into your code.

from pythonic_fp.containers.functional_tuple import FTuple
from pythonic_fp.containers.immutable_list import IList