moddef::moddef!(
mod {
array_chunks_with_remainder
},
flat(pub) mod {
array_chunks,
chain,
cloned,
copied,
empty,
enumerate_from,
enumerate,
flat_map,
flatten,
contained,
inspect,
intersperse_with,
intersperse,
map_windows,
map,
mutate,
once_with,
once,
repeat_n_with,
repeat_n,
rev,
skip,
step_by,
take,
zip
}
);