effect-tree
    Preparing search index...

    Variable lengthConst

    length: <A, C>(self: TreeF.TreeF<A, C>) => number = ...

    Compute child count for given tree node.

    Type Declaration

      • <A, C>(self: TreeF.TreeF<A, C>): number
      • Type Parameters

        • A

          The underlying type of the tree. For example, in a numeric tree it would be number.

        • C

          The child node type, also called the carrier type.

        Parameters

        Returns number

        Numeric length of node forest.