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