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