luaur-analysis 0.1.3

Luau type checker and type inference (Rust).
Documentation
1
2
3
pub fn lint_for_range_get_loop_end(from: f64, to: f64) -> f64 {
    from + (to - from).floor()
}