fn getPtrConst(self: *const Self, key: Key) *const Value
Returns a const pointer to the slot in the array associated with a key.
self: *const Self,
key: Key,