Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: do compile time math for range neq (#469)
* feat: do compile time math for range neq * Update src/modules/expression/binop/range.rs Co-authored-by: Maksym Hazevych <[email protected]> * allow anything other than Num literal in range neq * use usize instead of i64 * use isize instead of usize --------- Co-authored-by: Maksym Hazevych <[email protected]> Co-authored-by: Huw Walters <[email protected]>
- Loading branch information