Prelude API
    Preparing search index...

    Variable bigproductConst

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

    Calculates the product of all BigInt values in an iterable.

    Type Declaration

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

        • values: Iterable<bigint>

          Iterable of BigInt values to multiply together

        Returns bigint

        The product of all values as a BigInt (returns 1n for empty iterables)