logo
macro_rules! for_each_number {
    (
      $Callback : path
      $( where $( $Args : tt )* )?
    ) => { ... };
}
Expand description

Apply callback to each number : isize, i8, i16, i32, i64, i128, u8, u16, u32, u64, u128, f32, f64.