pub type ModExpression = ModExpression<SourceRange>;
Aliased Type§
pub struct ModExpression {
pub range: EmptyRange<SourceRange>,
pub body: Box<Expr<SourceRange>>,
}
Fields§
§range: EmptyRange<SourceRange>
§body: Box<Expr<SourceRange>>
pub type ModExpression = ModExpression<SourceRange>;
pub struct ModExpression {
pub range: EmptyRange<SourceRange>,
pub body: Box<Expr<SourceRange>>,
}
range: EmptyRange<SourceRange>
§body: Box<Expr<SourceRange>>