Macro reverse

Source
macro_rules! reverse {
    () => { ... };
}
Expand description

Reverse macro for Vec<T>, in currying ways.