macro_rules! impl_possibly_bounds_checked {
{ $($num:ty)+ } => { ... };
}Expand description
Implement PossiblyBoundsChecked and OptionPossiblyBoundsChecked
for a space-separated list of integer types.
macro_rules! impl_possibly_bounds_checked {
{ $($num:ty)+ } => { ... };
}Implement PossiblyBoundsChecked and OptionPossiblyBoundsChecked
for a space-separated list of integer types.