Join Slack
Powered by
Even more concise version can be `fun move(dx: Int...
# getting-started
e
edwardwongtl
10/04/2017, 5:04 AM
Even more concise version can be
fun move(dx: Int = 0, dy: Int = 0) = Position(x+dx, y+dy)
Open in Slack
Previous
Next