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