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

Apply callback to each float : f32, f64.