Join Slack
Powered by
so while this ```val (aX, aY) = a when(aX)...
# announcements
e
elect
11/29/2016, 9:39 AM
so while this
Copy code
val (aX, aY) = a when(aX) { is Float -> { res.x = aX < b.x.f res.y = aY < b.y.f // error }
works fine for the x, it doesnt for the y
Open in Slack
Previous
Next