The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
StackHash.get
dstats
alloc
StackHash
Attempt to look up a key and return a default value if the key is not present.
struct
StackHash
(K, V)
V
get
(
K
key
,
lazy
V
defaultValue
)
Meta
Source
See Implementation
dstats
alloc
StackHash
constructors
this
functions
get
keys
opBinaryRight
opIndex
opIndexAssign
remove
values
properties
length
Attempt to look up a key and return a default value if the key is not present.