Treatment insert
std/data/block::insert
Generics
◻ T
(any)
Parameters
↳ var key:
string
Inputs
⇥ base:
Block<Map>
(std/data::Map
)
⇥ value:
Block<T>
Outputs
↦ map:
Block<Map>
(std/data::Map
)
Create maps with one entry
Insert value
in base
map, then emit to map
.