pub trait ArrayDiv<Rhs> { fn div(&self, rhs: &Rhs) -> Self; }
compute_arithmetics
Defines basic division operation for primitive arrays
division