non_zero

Macro non_zero 

Source
macro_rules! non_zero {
    ($n:expr) => { ... };
}
Expand description

A macro for creating non-zero integers.

See the crate level docs.