// numera::number::integer::n0z
//
//! *Non-zero* integer numbers ([o][0o]), from the set $\Z \setminus 0$
//! (`!= 0`).
//!
//! $ \Z = \lbrace …, -2, -1, 1, 2, … \rbrace $
//!
//! This type corresponds with the *signed non-zero* primitives
//! ([`NonZeroI8`][core::num::NonZeroI8]…[`NonZeroI128`][core::num::NonZeroI128]).
//!
//! [0o]: https://oeis.org/wiki/Nonzero_integers
//
pub use NonZeroIntegers;
pub use ;
use cratedefine_abbreviations;
define_abbreviations!;
define_abbreviations!;