Skip to main content

impl_ct_lt_for_nonzero_integer

Macro impl_ct_lt_for_nonzero_integer 

Source
macro_rules! impl_ct_lt_for_nonzero_integer {
    ( $($ty:ty),+ ) => { ... };
}
Expand description

Impl CtLt for NonZero<T> by calling NonZero::get.