FlatHashMap.isHoleKeyConstant

Undocumented in source.
  1. bool isHoleKeyConstant(K key)
  2. bool isHoleKeyConstant(K key)
  3. bool isHoleKeyConstant(K key)
    struct FlatHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
    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
    (
    const scope K key
    )
    if (
    isAllocator!Allocator
    )

Meta