pub(crate) const unsafe fn assume(b: bool)
Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.
b must be true.
b
true