Macro vtkio::match_buf[][src]

macro_rules! match_buf {
    ($buf:expr, $v:pat => $e:expr) => { ... };
}

Evaluate the expression $e given a Vec $v.