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