//! Hints to the compiler that affects how code should be emitted or optimized.
// may be used in the future and has minimal overhead
/// 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