DoxigAlpha

inactiveUnionField

Function parameters

Parameters

#
_:anytype
_:anytype

Functions in this namespace

Functions

#

Source

Implementation

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