Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 226 Bytes

never.md

File metadata and controls

8 lines (6 loc) · 226 Bytes

Never type

Syntax
NeverType : !

The never type ! is a type with no values, representing the result of computations that never complete. Expressions of type ! can be coerced into any other type.