struct RobinHoodHashMap(alias KeyT, alias ValueT, alias AllocT = SystemAllocator, alias Hasher = murmur3_32HashOf, double maxLoadFactor = 0.8)
@nogc nothrow inout
inout(ValueT)
getAtOrDefault
()
(,auto ref scope return ValueT default_ = ValueT.init )