Modules§
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 ifb
is false. Parameters:const NSTDBool b
- The boolean.