Treatment insert

std/data/string_map/block::insert


Parameters

↳ var key: string

Inputs

⇥ base: Block<StringMap> (std/data/string_map::StringMap)
⇥ value: Block<string>

Outputs

↦ map: Block<StringMap> (std/data/string_map::StringMap)


Receive one base map and one value block, insert keyvalue into a copy of base, and emit the updated map on map.