FingerTree<A>: Empty | Single<A> | Deep<A>

A tree data structure that can be accessed to the fingers in amortized constant time. Concatenating and splitting the data will be done in logarithmic time.

Type Parameters

  • A

Generated using TypeDoc