I'd love to be able to do eg `inline operator fun ...
# announcements
p
I'd love to be able to do eg
inline operator fun Instant.plus(amount: TemporalAmount) = this.plus(amount)