bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
HashMap.Bucket
bubel
ecs
hash_map
HashMap
Undocumented in source.
struct
HashMap
(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
nothrow static
struct
Bucket {
ulong
hash
;
KeyVal
keyValue
;
}
Members
Variables
hash
ulong
hash
;
Undocumented in source.
keyValue
KeyVal
keyValue
;
Undocumented in source.
Meta
Source
See Implementation
bubel
ecs
hash_map
HashMap
aliases
Key
Value
functions
add
byKey
byKeyValue
byValue
clear
get
getDefault
getIndex
getInsertDefault
getLoadFactor
getPtr
isIn
opApply
opIndex
opIndexAssign
rehash
remove
reset
tryRemove
manifest constants
rehashFactor
structs
Bucket
KeyVal
variables
elements
getIndexEmptyValue
length
markerdDeleted