memgraph-d v0.0.1 (2021-08-13T18:59:23Z)
Dub
Repo
Value.this
memgraph
value
Value
Make a new value of type
T
and initialise it with
val
.
this
(typeof(null) )
this
(Value rhs)
this
(T val)
struct
Value
this
(
T
)
(
const
T
val
)
this
(mg_value* p)
this
(mg_value* p)
Meta
Source
See Implementation
memgraph
value
Value
constructors
this
destructors
~this
functions
opAssign
opCast
opEquals
ptr
toString
postblits
this(this)
properties
type
Make a new value of type T and initialise it with val.