Macro cast_into_float

Source
macro_rules! cast_into_float {
    ($ty:ty) => { ... };
    ($ty:ty; $($into:ty),*) => { ... };
}