hunt v1.4.18 (2021-11-01T06:18:24Z)
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