Macro list_fold

Source
macro_rules! list_fold {
    ($($ty:ty : $mk:ident),+ $(,)?) => { ... };
}