I have to extend my modifier to support different number of input arguments. Modern languages as Java support varargs arguments, but I do not see any information about it in solidity.
Here is the ambiguous information regarding the stack for input parameters either not limited or limited up to 16 params.
Do you know more about this issue? Is it possible to define varargs as an input parameter for a function or modifier?