(&self)
| 241 | #[inline] |
| 242 | #[must_use] |
| 243 | pub const fn is_none(&self) -> Choice { |
| 244 | self.is_some.not() |
| 245 | } |
| 246 | |
| 247 | /// Returns `optb` if `self.is_some()` is [`Choice::TRUE`], otherwise returns a [`CtOption`] |
| 248 | /// where `self.is_some()` is [`Choice::FALSE`]. |