memgraph-d v0.0.1 (2021-08-13T18:59:23Z)
Dub
Repo
Map.opBinaryRight
memgraph
map
Map
Remove given
key
from map. Return: true if key was removed, false otherwise.
struct
Map
auto
opBinaryRight
(
string
op
)
(
const
char
[]
key
)
if
(
op
== "in"
)
Meta
Source
See Implementation
memgraph
map
Map
constructors
this
destructors
~this
functions
length
opBinaryRight
opEquals
opIndex
opIndexAssign
popFront
ptr
toString
postblits
this(this)
properties
empty
front
Remove given key from map. Return: true if key was removed, false otherwise.