macro_rules! NZUsize {
($val:expr) => { ... };
}
Expand description
A macro to create a NonZeroUsize
from a value, panicking if the value is zero.
macro_rules! NZUsize {
($val:expr) => { ... };
}
A macro to create a NonZeroUsize
from a value, panicking if the value is zero.