ArrayEquable

Constructors

this
this(T[] values, string serialized)
Undocumented in source.

Members

Functions

generalize
EquableValue generalize()
Undocumented in source. Be warned that the author may not have intended to support it.
getSerialized
string getSerialized()
Undocumented in source. Be warned that the author may not have intended to support it.
isEqualTo
bool isEqualTo(EquableValue otherEquable)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
EquableValue[] toArray()
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.

Inherited Members

From EquableValue

isEqualTo
bool isEqualTo(EquableValue value)
Undocumented in source.
toArray
EquableValue[] toArray()
Undocumented in source.
toString
string toString()
Undocumented in source.
generalize
EquableValue generalize()
Undocumented in source.
getSerialized
string getSerialized()
Undocumented in source.

Meta