!! ``` operator fun inc(): Vec2 = Vec2(x+1, y+1) `...
# getting-started
s
!!
Copy code
operator fun inc(): Vec2 = Vec2(x+1, y+1)