HashMap.opBinaryRight

key in table

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

Return Value

Type: V*

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

Meta