HashMap.get

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
)