Macro fp_rust::reverse[][src]

macro_rules! reverse {
    () => { ... };
}

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