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