represents a higher-order scalar function of ParamLength number of array input parameters, which are then manipulated based on index i, for all possible i
Type Parameters
ParamLength extends number
Example: for instance, to model an array addition function, you would simply do:
represents a higher-order scalar function of
ParamLength
number of array input parameters, which are then manipulated based on indexi
, for all possiblei