Join Slack
Powered by
<@U13A9PZC0> `x to y` is the same as `Pair(x, y)`....
# tornadofx
e
edvin
12/17/2016, 3:00 PM
@gtnarg
x to y
is the same as
Pair(x, y)
. Pair is a Tuple. So you basically send in one or more tuples of parameters, and it gets converted to a Map.
Open in Slack
Previous
Next