All instances of PartialOrd must satisfy following conditions:
PartialOrd
f
a
b
c
f(a, b) == f(b, c) == f(a, c)
f(a, b) == -f(b, a)
Readonly
Generated using TypeDoc
All instances of
PartialOrd
must satisfy following conditions:f
isPartialOrd
, for alla
,b
andc
;f(a, b) == f(b, c) == f(a, c)
.f
isPartialOrd
, for alla
andb
;f(a, b) == -f(b, a)
.