Join Slack
Communities
Powered by
<@U0QKGKMKN>: `operator fun Number.compareTo(other...
# getting-started
a
Andreas Sinz
06/25/2016, 12:20 PM
@uhe
:
operator fun Number.compareTo(other: Number) { return 0 }
and then you can compare numbers
n1 < n2 || n1 > n2
Open in Slack
Previous
Next