Even more concise version can be `fun move(dx: Int...
# getting-started
e
Even more concise version can be
fun move(dx: Int = 0, dy: Int = 0) = Position(x+dx, y+dy)