macro_rules! dispatch_float_raw {
($storage:expr, |$data:ident| $body:expr) => { ... };
}Expand description
Like dispatch_float but $body yields a non-storage value (e.g. Vec
macro_rules! dispatch_float_raw {
($storage:expr, |$data:ident| $body:expr) => { ... };
}Like dispatch_float but $body yields a non-storage value (e.g. Vec