• Gets the leftmost head of the tree.

    Type Parameters

    • A

    Parameters

    • tree: Seq<A>

      The tree to get the head.

    Returns Option<A>

    The leftmost head.

Generated using TypeDoc