OpenHashMap.holeKeyConstant

  1. K 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
    static if(hasAddressLikeKey)
    K
    holeKeyConstant
    ()
  2. K holeKeyConstant()
  3. K holeKeyConstant()

See Also

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

Meta