Symbol

Undocumented in source.

Constructors

this
this(string underlying)
Undocumented in source.

Members

Functions

charAt
char charAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getUnderlying
string getUnderlying()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode
int hashCode()
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
subSequence
string subSequence(int beginIndex, int endIndex)
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.
writeTo
void writeTo(WritableBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTo
void writeTo(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getSymbol
Symbol getSymbol(string symbolVal)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Symbol valueOf(string symbolVal)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_symbols
Map!(string, Symbol) _symbols;
Undocumented in source.

Meta