macro_rules! with_buffer {
($buffer:expr, |$v:ident| $body:expr) => { ... };
}Expand description
Dispatch on NDDataBuffer variant, binding the inner Vec to $v.
The body $body is monomorphized for each type.
macro_rules! with_buffer {
($buffer:expr, |$v:ident| $body:expr) => { ... };
}Dispatch on NDDataBuffer variant, binding the inner Vec to $v.
The body $body is monomorphized for each type.