DoxigAlpha

unwrapError

Function parameters

Parameters

#
_:anyerror

Functions in this namespace

Functions

#

Source

Implementation

#
pub fn unwrapError(_: anyerror) noreturn {
    @branchHint(.cold);
    @trap();
}