API Reference Hallux v1.2.0
Modules
Interval maps implemented using Finger Trees.
An ordered sequence that is also a hashmap on values.
A representation of a sequence of values of type a, allowing access to the ends in constant time, and append and split in time logarithmic in the size of the smaller piece. (taken from here)