Macro apply_to_warray_with

Source
macro_rules! apply_to_warray_with {
    ( $warray:expr, $data:expr, $function:expr ) => { ... };
}
Expand description

Apply an expression to any variant of a WArray, with auxiliary data.

This is the same as apply_to_warray, but with the second argument given as the second argument to the function call.