pub const fn eq_option_char(left: Option<char>, right: Option<char>) -> bool
Compares two Option<char> for equality.
Option<char>