// numera::number::integer::nz
//
//! *Negative* integer numbers ([m][0m]/[o][0o]), from the set $\Z^-$
//! (`< 0`).
//!
//! $ \Z^- = \lbrace …, -2, -1 \rbrace $ ([oeis])
//!
//! Doesn't include 0.
//!
//! [0m]: https://mathworld.wolfram.com/NegativeInteger.html
//! [0o]: https://oeis.org/wiki/Negative_integers
//! [oeis]: http://oeis.org/A001478
//
pub use NegativeIntegers;
pub use ;
use cratedefine_abbreviations;
define_abbreviations!;
define_abbreviations!;