Map.opBinaryRight

Checks if the map contains the given key. Return: true if map contains key, false otherwise.

struct Map
opBinaryRight
(
string op
)
(
const char[] key
)
if (
op == "in"
)

Meta