DJSNString

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string value)
Undocumented in source.
this
this(DJSNString value)
Undocumented in source.

Alias This

value

Members

Functions

dup
DJSNValue dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
O opBinary(string rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
O opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
O opBinary(DJSNValue rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
string opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
DJSNValue value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_value
string _value;
Undocumented in source.

Meta