inactiveUnionField
Function parameters
Parameters
- _:anytype
- _:anytype
Functions in this namespace
Functions
Source
Implementation
pub fn inactiveUnionField(_: anytype, _: anytype) noreturn {
@branchHint(.cold);
@trap();
}Function parameters
Functions in this namespace
Source
pub fn inactiveUnionField(_: anytype, _: anytype) noreturn {
@branchHint(.cold);
@trap();
}