macro_rules! derive_new_from_bounded_float {
( $type:ident < $a:ty : $bound:ident > ) => { ... };
( $type:ident ( $inner:ty ) ) => { ... };
}macro_rules! derive_new_from_bounded_float {
( $type:ident < $a:ty : $bound:ident > ) => { ... };
( $type:ident ( $inner:ty ) ) => { ... };
}