HybridHashMap.isHoleKeyConstant

  1. bool isHoleKeyConstant(K key)
    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)
    bool
    isHoleKeyConstant
    (
    in 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/tombstone key constant.

Meta