- Preparing search index...
- The search index is not available
extra-lists
Type alias ReduceFunction<K, V, W>
Reduce
Function
<K, V, W>: ((acc
: W, v
: V, k
: K, x
: Lists<K, V>) => W)
Type declaration
-
- (acc: W, v: V, k: K, x: Lists<K, V>): W
-
Returns W
Handle reduction of multiple values into a single value.
Returns
reduced value