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