Treatment get
std/data/string_map/block::get
Parameters
↳ var key:
string
Inputs
⇥ map:
Block<StringMap>
(std/data/string_map::StringMap
)
Outputs
↦ value:
Block<Option<string>>
Get a map entry
Takes in map
the key
entry.
std/data/string_map/block::get
↳ var key:
string
⇥ map:
Block<StringMap>
(std/data/string_map::StringMap
)
↦ value:
Block<Option<string>>
Get a map entry
Takes in map
the key
entry.