dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Object.opCmp
object
Object
Compare with another Object obj.
class
Object
int
opCmp
(
Object
o
)
Return Value
Type:
int
this < obj
< 0
this == obj
0
this > obj
> 0
Meta
Source
See Implementation
object
Object
functions
opCmp
opEquals
toHash
toString
static functions
factory
Compare with another Object obj.