Get nth Parameter, folding in tuples.
Since parameters can include tuples, which would increase its length, this function allows to get the nth parameter as if all tuples transitively contained in parameters were flattened.
Array of Parameter to iterate over
Index of the desired parameter.
The parameter at index nth (taking tuples into account), or null if out of bound.
See Implementation
Get nth Parameter, folding in tuples.
Since parameters can include tuples, which would increase its length, this function allows to get the nth parameter as if all tuples transitively contained in parameters were flattened.