vctrs icon indicating copy to clipboard operation
vctrs copied to clipboard

Implement `vec_rev()`

Open krlmlr opened this issue 2 years ago • 0 comments

as a shortcut for vec_slice(x, rev(seq2(1L, vec_size(x)))) .

Reversing the rows in a tibble seems to be surprisingly tricky, rev() doesn't do the right thing.

krlmlr avatar Oct 31 '21 09:10 krlmlr