Treatment insert
std/data/map/block::insert
Generics
◻ T (any)
Parameters
↳ var key: string
Inputs
⇥ base: Block<Map> (std/data/map::Map)
⇥ value: Block<T>
Outputs
↦ map: Block<Map> (std/data/map::Map)
Receive one base map and one value block, insert key → value into a copy of base, and emit the updated map on map.