DoxigAlpha

forLenMismatch

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 forLenMismatch() noreturn {
    call("for loop over objects with non-equal lengths", null);
}