DoxigAlpha

sentinelMismatch

Function parameters

Parameters

#
_:anytype
_:anytype

Functions in this namespace

Functions

#

Source

Implementation

#
pub fn sentinelMismatch(_: anytype, _: anytype) noreturn {
    @branchHint(.cold);
    @trap();
}