pythonic_fp.containersΒΆ

Package of container like data structures.

Description

Class

Package/Module

Functional tuple

FTuple

module pythonic_fp.containers.functional_tuple

Immutable list

IList

module pythonic_fp.containers.immutable_list

Queues

package pythonic_fp.containers.queues

Note

Module box has been moved to pythonic_fp.gadgets.box.