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