Function o1_utils::field_helpers::product
source · pub fn product<F: Field>(xs: impl Iterator<Item = F>) -> F
Expand description
Returns the product of all the field elements belonging to an iterator.
pub fn product<F: Field>(xs: impl Iterator<Item = F>) -> F
Returns the product of all the field elements belonging to an iterator.