Macro kinder::foldable [] [src]

macro_rules! foldable {
    ($t:ident) => { ... };
}

Macro to implement fold for iterables