ArrayWrapperT

Undocumented in source.

Constructors

this
this(T[] data)
Undocumented in source.
this
this(String data)
Undocumented in source.

Members

Functions

opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_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.

Variables

array
T[] array;
Undocumented in source.

Meta