I was looking through some code and noted some styles encourage the
last argument to be significant (optional parameters and callbacks
after them for example).
Is there a reason function foo(a,...b,c) would not be feasible?
I was looking through some code and noted some styles encourage the
last argument to be significant (optional parameters and callbacks
after them for example).
Is there a reason function foo(a,...b,c) would not be feasible?
I was looking through some code and noted some styles encourage the last argument to be significant (optional parameters and callbacks after them for example). Is there a reason function foo(a,...b,c) would not be feasible?