fn contains(self: *const Self, key: K) bool
Return true if there is a value associated with key in the map.
self: *const Self,
key: K,