macro_rules! foldl {
($func:expr, $second:expr) => { ... };
}
Expand description
Foldl
macro for Vec<T>
, in currying ways by partial_left_last_one!
().
macro_rules! foldl {
($func:expr, $second:expr) => { ... };
}
Foldl
macro for Vec<T>
, in currying ways by partial_left_last_one!
().