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