panic(msg: utf8) → never
Category: [control](builtinscontrol)_
Abort evaluation with an unrecoverable failure message.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| msg | utf8 | The failure message to report. | — |
| returns | never | Never returns — aborts evaluation. | — |
wcl
panic("invariant violated") // abort with an unrecoverable failure → (aborts)