effect-tree
    Preparing search index...

    Variable removeLastChildConst

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

    Remove last 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.