HybridHashMap.holeKeyConstant

Undocumented in source. Be warned that the author may not have intended to support it.
  1. K holeKeyConstant()
  2. K holeKeyConstant()
  3. 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))
    static if(!(isHoleable!K))
    static if(__traits(hasMember, K, "nullifier"))
    static if(isHoleable!Nullifier)
    K
    holeKeyConstant
    ()
    if (
    isAllocator!Allocator
    )

Meta