OpenHashMap.holeKeyConstant

struct OpenHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), alias Allocator = Mallocator.instance, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
static @trusted pure nothrow @nogc
K
holeKeyConstant
()

See Also

https://forum.dlang.org/post/p7726n$2apd$1@digitalmars.com TODO test if ulong.max gives better performance

Meta