<@U10EJRH2L> It looks like `by` is not reserved fo...
# tornadofx
e
@Ruckus It looks like
by
is not reserved for all uses. This works:
infix fun <http://Number.by|Number.by>(that: Number): Point2D = Point2D(this.toDouble(), that.toDouble())