Prelude API
    Preparing search index...

    Variable bigsumConst

    bigsum: (values: Iterable<bigint>) => bigint = ...

    Calculates the sum of all BigInt values in an iterable.

    Type Declaration

      • (values: Iterable<bigint>): bigint
      • Parameters

        • values: Iterable<bigint>

          Iterable of BigInt values to add together

        Returns bigint

        The sum of all values as a BigInt (returns 0n for empty iterables)