pub trait ArraySub<Rhs>: Sized { fn sub(&self, rhs: &Rhs) -> Self; }
Defines basic subtraction operation for primitive arrays
subtraction