devela 0.27.0

A development layer of coherence.
Documentation
// devela::num::fin::logic
//
#![doc = crate::_DOC_NUM_FIN_LOGIC!()] // public
#![doc = crate::_doc!(modules: crate::num::fin; logic)]
#![doc = crate::_doc!(flat:"num")]
#![doc = crate::_doc!(hr)]
//

mod bool; // ConstBool, False, True
// mod bops;
// mod choice;
// mod items;
// mod linear; // WIP
// mod trool;

crate::structural_mods! { // _mods
    _mods {
        pub use super::{
            bool::*,
            // bops::*;
            // choice::*;
            // items::*;
            // linear::*;
            // trool::*;
        };
    }
}