Narrows an Optional.Base type to Optional.None if it is a Optional.None. If the Optional is Optional.Some, resolves to never.
never
The Optional.Base type to narrow.
Narrows an Optional.Base type to Optional.None if it is a Optional.None. If the Optional is Optional.Some
, resolves tonever
.