Function nudge::assume[][src]

pub unsafe fn assume(b: bool)
Expand description

Unsafely assumes the value of an expression to be true.

The compiler is sometimes able to use this to optimize better, but it often backfires.

This generally requires the nightly feature to work.