Map.opBinaryRight

Remove given key from map. Return: true if key was removed, false otherwise.

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

Meta