pub type ExprSet = ExprSet<SourceRange>;Aliased Type§
pub struct ExprSet {
pub range: SourceRange,
pub elts: Vec<Expr<SourceRange>>,
}Fields§
§range: SourceRange§elts: Vec<Expr<SourceRange>>pub type ExprSet = ExprSet<SourceRange>;pub struct ExprSet {
pub range: SourceRange,
pub elts: Vec<Expr<SourceRange>>,
}range: SourceRange§elts: Vec<Expr<SourceRange>>