memgraph-d v0.0.1 (2021-08-13T18:59:23Z)
Dub
Repo
Map.this
memgraph
map
Map
Constructs a map that can hold at most
capacity
elements.
this
()
this
(Value[string] valueMap)
this
(uint capacity)
struct
Map
this
(
uint
capacity
)
this
(Map other)
this
(Value value)
this
(mg_map* ptr)
this
(mg_map* ptr)
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
Constructs a map that can hold at most capacity elements.