• Creates a finger tree with a single element

    Parameters

    • aValue: any

      the value to store

    Returns FingerTree<any>

    a finger tree containing only the given value