pub type ParameterValues = Vec<TypeValue>;
Paired with the parameter_values production in the Context Free Grammar.
parameter_values
struct ParameterValues { /* private fields */ }