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 get

std/data/string_map::get


Parameters

↳ var key: string

Inputs

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

Outputs

↦ value: Stream<Option<string>>


For every map received on the stream, look up key and emit the result as Option<string> on value.