Modules
Functions
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.
Asserts that b is true, aborts if b is false.
Parameters:
const NSTDBool b - The boolean.
