Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

product

numerics.product

monoid of numeric with infix * operation. Will create product of all elements
it is applied to.

redefines:

§infix ==(a T, b T)
 => 
bool
:
Any 

redefines:

§infix ∙(a T, b T)
 => 
T
:
Any 

redefines: