get_or_null

pure function get_or_null(key: K): V?

Get the value associated with the given key in this map.

Return

the value associated with the given key in this map, or null if the key is not found

Since

0.11.0

Parameters

key

the key to look up