arrayref::array_refs! [] [src]

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

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