pub fn try_restrict_range(expr: Expr) -> Result<(Expr, Expr), Expr>
Expand description

Restricts a tuple of form {start=a, end=b} into a range a..b.