Module HMAP_TYPE.Key
Key-related types and operations for an HMap
type keyMeta('a)
;keyMeta('a)
is the metadata we store with the key, like labels, and other functions for operating on the otherwise existential'a
value.
let create: keyMeta('a) => keyImpl('a);
Creates a keyImpl (an actual map key) for the given key metadata