pub type DimExpr = DimExpr;
pub struct DimExpr { pub terms: Vec<DimExprItem>, pub span: Span, }
terms: Vec<DimExprItem>
span: Span