HybridHashMap.isHoleKeyConstant

Undocumented in source.
  1. bool isHoleKeyConstant(K key)
  2. bool isHoleKeyConstant(K key)
  3. bool isHoleKeyConstant(K key)
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    pragma(inline, true) static @trusted pure nothrow
    static if(!(hasAddressLikeKey))
    static if(!(isHoleable!K))
    static if(__traits(hasMember, K, "nullifier"))
    static if(isHoleable!Nullifier)
    @nogc => key.nullfier == Nullifier.holeValue
    bool
    isHoleKeyConstant
    (
    in K key
    )
    if (
    isAllocator!Allocator
    )

Meta