get

suspend fun get(key: K): V?

Get an value from the map.

Return

null if nothing exists for the key. Else, the associated value.