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 merge

std/data/map/block::merge


Inputs

⇥ base: Block<Map> (std/data/map::Map)
⇥ entries: Block<Map> (std/data/map::Map)

Outputs

↦ merged: Block<Map> (std/data/map::Map)


Merge two maps

Merge map entries in base. entries erase existing entries in base if they already exists. entries can be omitted (closed input) and merge will still be emitted if base is received.