• Adds an element to the front of a finger tree

    Parameters

    • aTree: FingerTree<any>

      the finger tree

    • aValue: any

      the value to add

    Returns FingerTree<any>

    a new finger tree with the value at the front