Ref

Holds a Ref value

Constructors

this
this(string id, string dis)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(typeof(this) other)
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()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

display
string display [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

gen
immutable(Ref) gen(string dis)

constructs a Ref with a random UUID and an optional dis

Variables

dis
string dis;

display

val
string val;

the value

Meta