• Gets the tree without the rightmost head.

    Type Parameters

    • A

    Parameters

    • tree: Seq<A>

      The tree to get the tail.

    Returns Option<Seq<A>>

    The tree without the rightmost head.

Generated using TypeDoc