Skip to main content

dispatch_float_raw

Macro dispatch_float_raw 

Source
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).