pub type ExprCompare = ExprCompare<SourceRange>;Aliased Type§
pub struct ExprCompare {
pub range: SourceRange,
pub left: Box<Expr<SourceRange>>,
pub ops: Vec<CmpOp>,
pub comparators: Vec<Expr<SourceRange>>,
}Fields§
§range: SourceRange§left: Box<Expr<SourceRange>>§ops: Vec<CmpOp>§comparators: Vec<Expr<SourceRange>>