// devela::num::dom::no
//
//! Allows the unit type [`()`] to represent the absence of a number.
//
/// Represents the absence of a number.
pub type NoNum = ;
// #[cfg(feature = "geom")]
// mod geom {
// use crate::{NoNum, NumVector};
//
// #[cfg_attr(nightly_doc, doc(cfg(feature = "geom")))]
// impl NumVector for NoNum {
// type Scalar = ();
// }
// }