pub unsafe fn assume(b: bool)
Unsafely assumes the value of an expression to be true.
true
The compiler is sometimes able to use this to optimize better, but it often backfires.
This generally requires the nightly feature to work.
nightly