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