DoxigAlpha

memcpyAlias

Prints the message to stderr without a newline and then traps.

Functions

#
call
Prints the message to stderr without a newline and then traps.

Source

Implementation

#
pub fn memcpyAlias() noreturn {
    call("@memcpy arguments alias", null);
}