phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
OpenHashMap.remove
nxt
open_hashmap
OpenHashMap
Remove
element
.
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)
scope
bool
remove
(
SomeKey
)
(
const
scope
SomeKey
key
)
if
(
isScopedKeyType
!(
typeof
(
key
))
)
if
(
isNullable
!
K
)
Return Value
Type:
bool
true
if element was removed,
false
otherwise.
Meta
Source
See Implementation
nxt
open_hashmap
OpenHashMap
aliases
ElementType
KeyType
Nullifier
StoreK
ValueType
keyEqualPredFn
constructors
this
destructors
~this
enums
InsertionStatus
functions
averageProbeCount
clear
contains
containsUsingLinearSearch
containsWithHoleMoving
dup
get
getKeyRef
insert
insertAndReturnElement
insertN
opBinaryRight
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
rawStore
rehashingRemoveN
remove
reserveExtra
totalProbeCount
tryGetElementFromCtorParams
manifest constants
growScaleP
growScaleQ
hasAddressLikeKey
hasHoleableKey
hasValue
holeKeyAddress
holeKeyOffset
isBorrowChecked
nullKeyElement
passElementByValue
postblits
this(this)
properties
binCount
empty
length
static functions
holeKeyConstant
isHoleKeyConstant
isOccupiedBin
keyOf
valueOf
withCapacity
withElements
static variables
borrowedErrorMessage
structs
T
templates
isScopedKeyType
variables
assumeNonFullHaystack
growInPlaceFlag
Remove element.