std::core::array

@product

macro @product(array, identity_value = 1)
Apply a product operator (*) to an identity value across a span of array elements
and return the final accumulated result.

Parameters