phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Options
nxt
container
hybrid_hashmap
Undocumented in source.
struct
Options {
GrowOnlyFlag
growOnly
;
BorrowCheckFlag
borrowCheck
;
UsePrimeCapacityFlag
usePrimeCapacity
;
uint
linearSearchMaxSize
;
}
Members
Variables
borrowCheck
BorrowCheckFlag
borrowCheck
;
Undocumented in source.
growOnly
GrowOnlyFlag
growOnly
;
Undocumented in source.
linearSearchMaxSize
uint
linearSearchMaxSize
;
< Use one cache-line for now.
usePrimeCapacity
UsePrimeCapacityFlag
usePrimeCapacity
;
Undocumented in source.
Meta
Source
See Implementation
nxt
container
hybrid_hashmap
aliases
HybridHashSet
range
enums
UsePrimeCapacityFlag
isHoleable
functions
byElement
byKey
byKeyValue
byValue
filtered
intersectWith
intersectedWith
make
removeAllMatching
structs
ByLvalueElement
HybridHashMap
Options
templates
defaultKeyEqualPredOf