HybridHashMap.holeKeyConstant

  1. K holeKeyConstant()
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    static @trusted pure nothrow @nogc
    static if(hasAddressLikeKey)
    K
    holeKeyConstant
    ()
    if (
    isAllocator!Allocator
    )
  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