BigInt64Array.prototype.reduceRight

Calls the specified callback function for all the elements in a typed array, starting from the end of it. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function.

Syntax

reduceRight(callback, initialValue?)

Parameters

Return value

The accumulated result.