HashCollection.opIndex

Index operator. The key must exist. Indexing with a key which does not exist is an error.

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

Meta