struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, BorrowCheckFlag borrowCheckFlag = BorrowCheckFlag.no, uint linearSearchMaxSize = 64, PrimeCapacityFlag primeCapacityFlag = PrimeCapacityFlag.no)
ref const return @
trusted @
nogc static if(hasValue)
const(K)
getKeyRef
Get reference to key-part of stored element at key, if present, otherwise return defaultKey.
Used to implement caching inside the key part of a map.