Modules§
Functions§
- nstd_
core_ ⚠abort - Terminates the program in an abnormal fashion.
NOTE: This will only abort if the
panicsfeature is enabled when compiling. Also note that it is enabled by default. - nstd_
core_ ⚠assert - Asserts that
bis true, aborts ifbis false. Parameters:const NSTDBool b- The boolean.