• Appends the element to the tail on the tree.

    Type Parameters

    • A

    Parameters

    • elem: A

      The element to be appended.

    Returns ((tree) => FingerTree<A>)

    The mutated tree.

Generated using TypeDoc