+ is a.plus(b) I read it here <http://kotlinlang.o...
# android
k
+ is a.plus(b) I read it here http://kotlinlang.org/docs/reference/operator-overloading.html so I must use plus with the operator keyword, or is there an interface for plus too, like comparable?