arrayref::mut_array_refs! [] [src]

macro_rules! mut_array_refs {
    ( $arr:expr, $( $len:expr ),* ) => { ... };
}

You can use mut_array_refs to generate a series of mutable array references to an input mutable array reference. The idea is if you want to break an array into a series of contiguous and non-overlapping arrays.