Results for “Std.Num.product”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Num.product
&Array[T] -> Option[T] where T: One + MulEvery element multiplied together, or
Nonefor an empty collection.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[T] -> Option[T] where T: One + MulEvery element multiplied together, or None for an empty collection.