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