These functions are the extensions that allow rray objects to work with vctrs.
# S3 method for vctrs_rray
vec_arith(op, x, y)# S3 method for vctrs_rray_dbl
vec_ptype2(x, y, ...)
# S3 method for vctrs_rray_int
vec_ptype2(x, y, ...)
# S3 method for vctrs_rray_lgl
vec_ptype2(x, y, ...)
# S3 method for vctrs_rray_int
vec_cast(x, to, ...)
# S3 method for vctrs_rray_dbl
vec_cast(x, to, ...)
# S3 method for vctrs_rray_lgl
vec_cast(x, to, ...)
An arithmetic operator as a string.
Objects.
Used to pass along error message information.
Type to cast to.
See the corresponding vctrs function for the exact return value.