Macro swap_bytes
macro_rules! swap_bytes {
{ f32, $x:expr } => { ... };
{ f64, $x:expr } => { ... };
{ $ty:ty, $x:expr } => { ... };
}
swap_bytesmacro_rules! swap_bytes {
{ f32, $x:expr } => { ... };
{ f64, $x:expr } => { ... };
{ $ty:ty, $x:expr } => { ... };
}