effect-tree
    Preparing search index...

    Function getBranchForest

    • Get the forest of a branch node.

      Type Parameters

      • A

        Underlying tree type.

      Parameters

      • self: Branch<A>

        the branch to query.

      Returns readonly [Tree<A>, Tree<A>]

      The non-empty forest of the given branch..