Unreachable¶
To be used in places that the compiler can't prove is unreachable but we are certain is unreachable and if we reach it, we'd be silently hiding a bug.
Constructors¶
create¶
Returns¶
- Unreachable val^
Public Functions¶
apply¶
Parameters¶
- loc: SourceLoc val = __loc
Returns¶
- None val
eq¶
Parameters¶
- that: Unreachable val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Unreachable val
Returns¶
- Bool val