Results for “Std.Iter.sum”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Iter.sum
&Q -> Option[N] where N: Add, Q: SequenceThe sum of a sequence's items, or
Nonewhen it has no first value.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Q -> Option[N] where N: Add, Q: SequenceThe sum of a sequence's items, or None when it has no first value.