• Gets the rightmost head of the tree.

    Type Parameters

    • A

    Parameters

    • tree: Seq<A>

      The tree to get the head.

    Returns Option<A>

    The rightmost head.

Generated using TypeDoc