Crate likeness

Crate likeness 

Source
Expand description

This crate provides unofficial stable counterparts to the [std::intrinsics::likely] and [std::intrinsics::unlikely] intrinsics.

For additional information, see LLVM’s function attribute documentation: https://llvm.org/docs/LangRef.html#function-attributes

Functions§

likely
Suggests that a condition is expected to be true.
unlikely
Suggests that a condition is expected to be false.