update Extra Values By Types
open fun updateExtraValuesByTypes(types: List<A_Type>, extraValues: List<A_Type>): List<A_Type>
Content copied to clipboard
open fun updateExtraValuesByTypes(argTypes: A_Tuple, extraValues: List<A_Type>): List<A_Type>
Content copied to clipboard
Given an optional list of values used to supplement the lookup, answer the updated list of values that takes this step into account. The given and resulting lists must not be modified by subsequent steps.
By default, simply return the input.