hunt-extra ~master (2022-03-03T03:00:29Z)
Home
Dub
Repo
IObject
hunt
Object
interface
IObject {
bool
opEquals
(IObject o);
string
toString
();
size_t
toHash
();
}
Members
Functions
opEquals
bool
opEquals
(IObject o)
Undocumented in source.
toHash
size_t
toHash
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
hunt
Object
aliases
Void
classes
AbstractObject
interfaces
IObject