pub fn sub(lhs: &dyn Array, rhs: &dyn Array) -> Box<dyn Array>
compute_arithmetics
Subtracts two Arrays.
Array
This function panics iff
can_sub