devela 0.27.0

A development layer of coherence.
Documentation
// devela::num::fin::ord::cmp
//
//! Items to help comparing.
//

#[cfg(test)]
mod tests;

mod macros; // cmp!
mod wrapper; // Cmp

crate::structural_mods! { // _mods
    _mods {
        pub use super::{
            macros::*,
            wrapper::*,
        };
    }
}