copy Without
Copies all but element index of array fromA into array toB If fromA has 1 element, toB will be empty
Return
a reference to the array toB
Parameters
index
index of element to leave out, must be 0 to fromA.length-1
Copies all but element index of array fromA into array toB If fromA has 1 element, toB will be empty
a reference to the array toB
index of element to leave out, must be 0 to fromA.length-1