effect-tree
    Preparing search index...

    Variable removeFirstChildConst

    removeFirstChild: <A>(self: Tree<A>) => Tree<A> = ...

    Remove first child of given tree.

    Type Declaration

      • <A>(self: Tree<A>): Tree<A>
      • 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.