vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
HashMap.TableEntry
vutil
hashmap
HashMap
Undocumented in source.
struct
HashMap
(TKey, TValue, Traits = DefaultHashMapTraits!TKey)
struct
TableEntry {
UnConst
!
Key
key
;
Value
value
;
this
(Key key, Value value);
}
Constructors
this
this
(Key key, Value value)
Undocumented in source.
Members
Variables
key
UnConst
!
Key
key
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
vutil
hashmap
HashMap
aliases
Key
Value
constructors
this
destructors
~this
functions
clear
get
getNothrow
opApply
opBinaryRight
opIndex
opIndexAssign
remove
postblits
this(this)
properties
length
structs
TableEntry