Macro fp_rust::reverse[][src]

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

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