// devela_base_core::code::util::unlikely
//
//! Defines [cold_path], [`likely`], [`unlikely`].
//
/// Indicate that a given branch is **not** likely to be taken, relatively speaking.
// WAIT: [cold_path](https://github.com/rust-lang/rust/issues/136873)
pub const
/// Indicate that a given `condition` is likely to be true.
// WAIT: [likely_unlikely](https://github.com/rust-lang/rust/issues/151619)
pub const
/// Indicate that a given `condition` is likely to be false.
// WAIT: [likely_unlikely](https://github.com/rust-lang/rust/issues/151619)
pub const