AutoCompare

Automatically implements opCmp, opEquals, and toHash using processData

Members

Aliases

_AutoDataOtherTypeReference
alias _AutoDataOtherTypeReference = Object
_AutoDataOtherTypeReference
alias _AutoDataOtherTypeReference = const(typeof(this)*)
Undocumented in source.
_AutoDataTypeReference
alias _AutoDataTypeReference = typeof(this)
_AutoDataTypeReference
alias _AutoDataTypeReference = const(typeof(this)*)
Undocumented in source.

Functions

opCmp
int opCmp(Object o)
opCmp
int opCmp(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta