pub unsafe extern "C" fn nstd_core_assert(b: NSTDBool)
Expand description

Asserts that b is true, aborts if b is false. Parameters: const NSTDBool b - The boolean.