const_str_eq

Function const_str_eq 

Source
pub const fn const_str_eq(a: &str, b: &str) -> bool
Expand description

const fn string equality — == on &str isn’t const on stable.