FlatHashMap.isHoleKeyConstant

  1. 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 @nogc
    static if(hasAddressLikeKey)
    bool
    isHoleKeyConstant
    (
    const scope K key
    )
    if (
    isAllocator!Allocator
    )
  2. bool isHoleKeyConstant(K key)
  3. bool isHoleKeyConstant(K key)

Return Value

Type: bool

true iff key is a hole key constant.

Meta