deranged

Function assert_unchecked

Source
pub(crate) const unsafe fn assert_unchecked(b: bool)
Expand description

Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.

§Safety

b must be true.