memgraph-d v0.0.1 (2021-08-13T18:59:23Z)
Dub
Repo
List.this
memgraph
list
List
Constructs a list that can hold at most
capacity
elements.
this
()
this
(Value[] valueArray)
this
(uint capacity)
struct
List
this
(
uint
capacity
)
this
(List other)
this
(Value value)
this
(mg_list* ptr)
this
(mg_list* ptr)
Meta
Source
See Implementation
memgraph
list
List
constructors
this
destructors
~this
functions
front
opEquals
opIndex
opOpAssign
popFront
ptr
toString
postblits
this(this)
properties
empty
length
Constructs a list that can hold at most capacity elements.