the best I got right now is `intArrayOf(x,y).min()...
# announcements
d
the best I got right now is
intArrayOf(x,y).min()!!
, but this is not the best, right?