pub fn new_range<L, R>(lhs: L, rhs: R) -> RangeNodewhere L: Into<ExprKind>, R: Into<ExprKind>,
Creates a new range node.