HybridHashMap.opIndex

Indexing.

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
scope ref inout return @trusted
static if(hasValue)
inout(V)
opIndex
(
SomeKey
)
(
in SomeKey key
)
if (
isAllocator!Allocator
)

Meta