integerPartOutOfBounds
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 integerPartOutOfBounds() noreturn {
call("integer part of floating point value out of bounds", null);
}