isNone method
Returns whether or not this Option
holds no value (None).
See also:
Rust: Option::is_none()
Implementation
bool isNone() => !isSome();
Returns whether or not this Option
holds no value (None).
See also:
Rust: Option::is_none()
bool isNone() => !isSome();