effect-tree
    Preparing search index...

    Function removeFirstChild

    • Remove first child of given tree.

      Type Parameters

      • A

        Tree underlying type.

      Parameters

      • self: Tree<A>

        The tree from which a node will be removed.

      Returns Tree<A>

      The tree with on less node.