fn get(self: Self, key: Key) ?Value

Gets the value associated with a key. If the key is not in the map, returns null.

Parameters

self: Self,
key: Key,