Crate nstd_core

Source

Modules§

char_types
def
float_types
int_types
math
platform
pointer
range
slice
str

Functions§

nstd_core_abort
Terminates the program in an abnormal fashion. NOTE: This will only abort if the panics feature is enabled when compiling. Also note that it is enabled by default.
nstd_core_assert
Asserts that b is true, aborts if b is false. Parameters: const NSTDBool b - The boolean.