OpenHashMap.isHoleKeyConstant

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

Meta