effect-tree
    Preparing search index...

    Variable getBranchForestConst

    getBranchForest: <A>(self: Branch<A>) => ForestOf<A> = ...

    Get the forest of a branch node.

    Type Declaration

      • <A>(self: Branch<A>): ForestOf<A>
      • Type Parameters

        • A

          Underlying tree type.

        Parameters

        • self: Branch<A>

          the branch to query.

        Returns ForestOf<A>

        The non-empty forest of thee given branch..