effect-tree
    Preparing search index...

    Variable lengthConst

    length: <A>(self: Tree<A>) => number = ...

    Compute child count for root node.

    Type Declaration

      • <A>(self: Tree<A>): number
      • Type Parameters

        • A

          Underlying tree type.

        Parameters

        • self: Tree<A>

          The tree being queried.

        Returns number

        Numeric child count.