luaur-analysis 0.1.3

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
6
impl crate::records::lint_format_string::LintFormatString {
    #[inline]
    pub fn is_alpha(&self, ch: core::ffi::c_char) -> bool {
        ((ch as u8 | b' ').wrapping_sub(b'a')) < 26
    }
}