Description Usage Arguments Details Value
This function is like reduce but it takes a transducer and a normal step function used in reduce.
1 | transduce(transducer, step, collection, init)
|
transducer |
a transducer. |
step |
a step function. |
collection |
a collection or a sequence. |
init |
an initial value. If ommitted the step function will be called to generate a value without an argument. |
More documentation will follow. Api not stable yet.
The result of the reduction piped through the transducer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.