pub fn add_scalar( lhs: impl AsRef<ArrayData>, rhs: Scalar, ) -> VortexResult<ArrayData>
Point-wise add a scalar value to this array on the right-hand-side.