Double dispatch methods to support vctrs::vec_ptype2()
.
Arguments
- x, y
Vector types.
- ...
These dots are for future extensions and must be empty.
- x_arg, y_arg
Argument names for
x
andy
. These are used in error messages to inform the user about the locations of incompatible types (seestop_incompatible_type()
).