dmd ~master (2023-11-01T14:17:50Z)
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.