unpack

Macro unpack 

Source
macro_rules! unpack {
    ($status:ident |= , $e:expr) => { ... };
    ($status:ident = , $e:expr) => { ... };
}