• Creates a new tree from the elements in Array.

    Type Parameters

    • A

    Parameters

    • fa: readonly A[]

      The elements to be constructed as a tree.

    Returns FingerTree<A>

    The new tree.

Generated using TypeDoc