#[doc(hidden)]macro_rules! __impl_altreal_methods {
($ty:ty) => { ... };
({$($gen:tt)*} $ty:ty {$($whr:tt)*}) => { ... };
}Expand description
Internal macro for AltReal method implementations.
#[doc(hidden)]macro_rules! __impl_altreal_methods {
($ty:ty) => { ... };
({$($gen:tt)*} $ty:ty {$($whr:tt)*}) => { ... };
}Internal macro for AltReal method implementations.