1//! `const fn` equivalents of `NonZero*` methods. 2 3/// `const fn`s for comparing `NonZero*` types for equality and ordering. 4#[cfg(feature = "cmp")] 5#[cfg_attr(feature = "docsrs", doc(cfg(feature = "cmp")))] 6pub mod cmp;