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