fn getPtrConst(self: *const Self, key: Key) *const Value

Returns a const pointer to the slot in the array associated with a key.

Parameters

self: *const Self,
key: Key,