Person

Undocumented in source.

Constructors

this
this(string n, int a)
Undocumented in source.

Members

Aliases

opCmp
alias opCmp = Object.opCmp
Undocumented in source.

Functions

opCmp
int opCmp(Person o)
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

age
int age;
Undocumented in source.
name
string name;
Undocumented in source.

Meta