• Gets the tree without the leftmost head.

    Type Parameters

    • A

    Parameters

    • tree: Seq<A>

      The tree to get the tail.

    Returns Option<Seq<A>>

    The tree without the leftmost head.

Generated using TypeDoc