Treatment insert
std/data::insert
Generics
◻ T
(any)
Parameters
↳ var key:
string
Inputs
⇥ base:
Stream<Map>
(std/data::Map
)
⇥ value:
Stream<T>
Outputs
↦ map:
Stream<Map>
(std/data::Map
)
Create maps with one entry
For every value
coming through the stream, insert it into the base
map.