Crate assert_unchecked

Source
Expand description

Unsafe assertions that allow for optimizations in release mode. All of these assertions if incorrect will invoke undefined behavior (UB) when debug_assertions are disabled, so all usage of these macros must ensure that they will truly never fail.

Macrosยง