in order to use the array spread operator(`*`), th...
# getting-started
s
in order to use the array spread operator(
*
), the applied type needs to be
Array<out T>