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