Treatment insert

std/data/string_map::insert


Parameters

↳ var key: string

Inputs

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

Outputs

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


Insert entry in map

For every value coming through the stream, insert it into the base map.