Macro impl_complex_fns

Source
macro_rules! impl_complex_fns {
    ($fl_ty: ty, $inner_ty: ty, $fn: tt, $std_fn: tt) => { ... };
}