[][src]Macro simon::unflatten_closure

macro_rules! unflatten_closure {
    ( $p:pat => $tup:expr ) => { ... };
    ( $p:pat => ( $($tup:tt)* ), $head:expr $(, $tail:expr)* ) => { ... };
}