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