Type Alias donet_core::parser::ast::ArrayExpansion
source ยท pub type ArrayExpansion = (TypeValue, u32);
Expand description
Paired with the array_expansion
production in the Context Free Grammar.
pub type ArrayExpansion = (TypeValue, u32);
Paired with the array_expansion
production in the Context Free Grammar.