dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
HashTable.Entry
dagon
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
physics
hashtable
HashTable
constructors
this
destructors
~this
functions
get
opApply
remove
set
structs
Entry
variables
size
table