hunt-extra ~master (2022-03-03T03:00:29Z)
Home
Dub
Repo
Person
common
Undocumented in source.
class
Person : Comparable!Person {
string
name
;
int
age
;
this
(string n, int a);
string
toString
();
int
opCmp
(Person o);
alias
opCmp
=
Object
.
opCmp
;
}
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
Source
See Implementation
common
classes
ComparatorByPrice
Person
Price