DoxigAlpha

call

Function parameters

Parameters

#
_:[]const u8
_:?usize

Functions in this namespace

Functions

#

Source

Implementation

#
pub fn call(_: []const u8, _: ?usize) noreturn {
    @branchHint(.cold);
    @trap();
}