<@U0QKGKMKN>: `operator fun Number.compareTo(other...
# getting-started
a
@uhe:
operator fun Number.compareTo(other: Number) { return 0 }
and then you can compare numbers
n1 < n2 || n1 > n2