donet_core::parser::ast

Type Alias ParameterValues

source
pub type ParameterValues = Vec<TypeValue>;
Expand description

Paired with the parameter_values production in the Context Free Grammar.

Aliased Typeยง

struct ParameterValues { /* private fields */ }