It makes the callsite look a bit neater, `f(1,2,3)...
# getting-started
k
It makes the callsite look a bit neater,
f(1,2,3)
vs
f(arrayOf(1,2,3))
.