HybridHashMap.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
ref return @trusted
static if(!hasValue)
typeof(this)
opOpAssign
(
string op
SomeKey
)
(
in SomeKey key
)
if (
op == `~` &&
)
if (
isAllocator!Allocator
)

Meta