pub const fn str_eq(a: &str, b: &str) -> bool
const-evaluable string equality (== on str is not const).
const
==
str