Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.