Map.opBinaryRight

key in map syntax support.

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
inout
inout(V)*
opBinaryRight
(
string op
)
(
in K key
)
if (
op == "in"
)

Return Value

Type: inout(V)*

pointer to value corresponding to key

Meta