`(x, y) -> ` means a single parameter that is d...
# getting-started
i
(x, y) ->
means a single parameter that is destructured to two components (available in 1.1),
x, y ->
means two parameters