dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
HashTable.Entry
dagon
ext
physics
hashtable
HashTable
Undocumented in source.
class
HashTable
(T, K)
struct
Entry (
T
) {
K
key
;
T
value
;
bool
valid
;
}
Members
Variables
key
K
key
;
Undocumented in source.
valid
bool
valid
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
dagon
ext
physics
hashtable
HashTable
constructors
this
destructors
~this
functions
get
opApply
remove
set
structs
Entry
variables
size
table