vctrs
vctrs copied to clipboard
Combine x and ... in min, max, range
Resolves #1372.
Only call vec_c(x, ...)
if dots are nonempty, in order to stay fast in the empty case.