Type alias Seq<A>

Seq<A>: FingerTree<A>

The sequence of A, the homogenous data structure to store finite data. This is an alias of FingerTree.

Type Parameters

  • A

Generated using TypeDoc