dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
HashTable.Entry
dmech
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
dmech
hashtable
HashTable
constructors
this
destructors
~this
functions
get
opApply
remove
set
structs
Entry
variables
size
table