derive_new_from_bounded_float

Macro derive_new_from_bounded_float 

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