effect-tree
    Preparing search index...

    Variable averageConst

    average: (self: Tree<number>) => number = ...

    Compute the arithmetic mean of all node values in a numeric tree.

    Type Declaration

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

        Returns number