pub fn compare(a: &str, b: &str) -> Ordering
Compare two strings in the CURRENT locale’s collation order. Reads the locale signal (tracked), so a sort inside a reactive closure re-runs when the locale switches.