return x to y?
# getting-started
s
return x to y?
d
to
is an infix for making Pair(x,y)
s
Thanks @dave08 -- I tried to find it in the docs and searching online (but "return x to y kotlin" isn't very helpful as a search term).
d
Sometimes its easier to type it in intellij, and cntl click it or cntrl-q ... the source code helps alot!