Function deranged::assume

source ·
pub(crate) const unsafe fn assume(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.