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