Closed gwhelanLD closed 3 years ago
Interesting limitation - actually, based on how this work, this is mostly true for programming language that supports the multi-variable args as last argument - that will come back as an array and there is no syntax to unwrap and pass along as multi-variable args once again.
By restricting arguments to specific counts as variadic argument count parameters are passed as arrays that cannot be expanded and passed to another variadic parameter.