OrderedHashMap.opBinaryRight

key in table

struct OrderedHashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
@safe
V*
opBinaryRight
(
string op
)
(
in K k
)
if (
op == "in"
)

Return Value

Type: V*

pointer to stored value (if key in table) or null

Meta