pub const fn eq_slice_char(left: &[char], right: &[char]) -> bool
Compares two &[char] for equality.
&[char]