Function new_range

Source
pub fn new_range<L, R>(lhs: L, rhs: R) -> RangeNode
where L: Into<ExprKind>, R: Into<ExprKind>,
Expand description

Creates a new range node.