vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
HashMap.get
vutil
hashmap
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
Value
get
(Key key, Value default_value)
struct
HashMap
(TKey, TValue, Traits = DefaultHashMapTraits!TKey)
Value
get
(
Key
key
,
lazy
Value
default_value
=
Value.init
)
const
(
Value
)
get
(Key key, const(Value) default_value)
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