Value

Undocumented in source.

Constructors

this
this(T t)
Undocumented in source.

Members

Enums

Kind
enum Kind
Undocumented in source.

Functions

opAssign
Value opAssign(typeof(null) nothing)

Assignement

opAssign
Value opAssign(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(F f)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(O o)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Value opAssign(M m)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
inout(Value)* opBinaryRight(string key)

Map and Object features

opEquals
bool opEquals(Value rhs)

Equality

opEquals
bool opEquals(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(F f)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(O o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(M m)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

Misc

Properties

array
inout(Value)[] array [@property getter]
Undocumented in source.
boolean
bool boolean [@property getter]
Undocumented in source.
floating
double floating [@property getter]
Undocumented in source.
integer
long integer [@property getter]
Undocumented in source.
kind
Kind kind [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source.
map
inout(Value[Value]) map [@property getter]
Undocumented in source.
obj
inout(Value[string]) obj [@property getter]
Undocumented in source.
str
string str [@property getter]
Undocumented in source.

Meta