HashCollection.get

Retrieve last value associated with key, or defaultValue if none.

struct HashCollection(K, V, bool ordered, bool multi)
ref inout
static if(haveIndexing)
inout(IV)
get
()
(
auto ref IK k
,
auto ref inout(IV) defaultValue
)

Meta