Value

Undocumented in source.

Constructors

this
this(typeof(null) n)
Undocumented in source.
this
this(T val)
Undocumented in source.
this
this(T* val, int len, Type type)
Undocumented in source.

Members

Functions

as
auto as()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Value val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

size
int size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Oid type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valuePointer
const(ubyte)* valuePointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta