Skip to main content

luaur_analysis/methods/
lint_for_range_get_loop_end.rs

1pub fn lint_for_range_get_loop_end(from: f64, to: f64) -> f64 {
2    from + (to - from).floor()
3}