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/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 keyvalue into a copy of base, and emit the updated map on map.