fn contains(self: *const Self, key: K) bool

Return true if there is a value associated with key in the map.

Parameters

self: *const Self,
key: K,