Hey I am writing article about function arity and ...
# announcements
i
Hey I am writing article about function arity and have interesting question. What is the arity of this function that uses unpack operator.
sum(*list)
Should we say arity is 1 or should new say that arity equals to number of elements in the list?