Tuple

Undocumented in source.

Constructors

this
this(string element, double score)
Undocumented in source.
this
this(const(ubyte)[] element, double score)
Undocumented in source.

Members

Aliases

opCmp
alias opCmp = Object.opCmp
Undocumented in source.

Functions

getBinaryElement
const(ubyte)[] getBinaryElement()
Undocumented in source. Be warned that the author may not have intended to support it.
getElement
string getElement()
Undocumented in source. Be warned that the author may not have intended to support it.
getScore
double getScore()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Tuple other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
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.

Static functions

compare
int compare(Tuple t1, Tuple t2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta