pub fn fill_with_seq<T: AddAssign + Copy>(target: &mut [T], initial: T, inc: T)
Fills the mutable slice with a sequence of values.
Arguments:
target
initial
inc