asNothing property

Nothing asNothing

Cast this into a Nothing, and throw an exception if the cast fails! It might be tempting to just cast the Maybe into the desired type, but it's strongly advised to not do that indiscriminately. Although, it might be convenient to have this cast sometimes. Use it wisely!

Implementation

Nothing get asNothing => this as Nothing;