pub trait ArrayRem<Rhs>: Sized { fn rem(&self, rhs: &Rhs) -> Self; }
Defines basic reminder operation for primitive arrays
remainder