bulks 0.6.4

Amazing bulks! They are like iterators, but in bulk, and therefore support collection into arrays.
Documentation
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
    }
);