= "accumulate"
= "accumulate.rs"
= "accumulate.md"
= "rust"
[[]]
= "values" # - The stream of input values to accumulate into an array
[[]]
= "partial" # - A partial array, to use in the accumulation, adding next input `value` to it
[[]]
= "chunk_size" # - The size of the array we want to create
= "number"
[[]]
= "chunk" # - The accumulated array of inputs of size `limit` or more
= "array/"
[[]]
= "partial" # - The partially accumulated array, of size smaller than `chunk_size`
[[]]
= "chunk_size" # - The chunk-size, output for use downstream or in loop-back
= "number"