hunt ~v1.1.x (2025-02-10T00:10:27.0144053)
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
classes
AbstractObject
interfaces
IObject