HashMap.opBinaryRight

Supports key in aa syntax.

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const nothrow
bool
opBinaryRight
(
string op
)
(
K key
)
if (
op == "in"
)

Meta