Usage

How to installing the package

Install the project into your Python environment:

$ pip install pythonic-fp-containers

Importing the module

Import the functional container classes into your code.

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