pub fn sub( lhs: impl AsRef<Array>, rhs: impl AsRef<Array>, ) -> VortexResult<Array>
Point-wise subtract two numeric arrays.