//! Hints to the compiler that affects how code should be emitted or optimized.
/// Indicate that a given branch is **not** likely to be taken, relatively speaking.
pub const
/// Indicate that a given condition is likely to be true.
pub const
/// Indicate that a given condition is likely to be false.
pub const