• Calculates the monoid sum of items for the querying range between start (inclusive) and end (exclusive).

    Parameters

    • start: number

      The start index (inclusive) of the querying range.

    Returns ((end) => (<T>(tree) => T))

    The monoid sum of items for the querying range.

      • (end): (<T>(tree) => T)
      • Parameters

        • end: number

        Returns (<T>(tree) => T)

          • <T>(tree): T
          • Type Parameters

            • T

            Parameters

            Returns T

Generated using TypeDoc