// array2.rs // // Here is the code for how the array learns // I AM NOT DONE struct soultion; impl soultion{ pub fn zero_move(nums: & mut Vec){ let mut i =0; let mut j =0; while j = vec![0,0,3,0,5]; soultion::zero_move(& mut vec); println!("{:?}",vec); }