Documentation
Dlang.org
GyreD (source)
HashMap.get
eris
hash_table
HashMap
The safe version matches AA's
get
.
struct
HashMap
(Key, Value)
inout
inout
(
Value
)
get
(
Default
)
(
auto
ref
const
(
Key
)
key
,
scope
auto
ref
const
(
Default
)
defaultValue
)
if
(
is
(
ReturnType
!
Default
==
Value
) &&
Parameters
!
Default.length
== 0
)
eris
hash_table
HashMap
functions
get
opBinaryRight
The safe version matches AA's get.