Function shadow_rs::utility::case_insensitive_eq

source ยท
pub fn case_insensitive_eq(a: &[u8], b: &[u8]) -> bool
Expand description

Returns true if eq_ignore_ascii_case returns true on all u8 ascii pairs. Should only be used for ascii byte strings.