pub const fn const_str_eq(a: &str, b: &str) -> bool
const fn string equality — == on &str isn’t const on stable.
const fn
==
&str
const