tables::column::rdrop
template <is_primitive_type P>
column<P> rdrop(const std::size_t n) const
Returns column with last n elements dropped or empty column if n is more than size of column. Same as reverse().drop(n).reverse().
template <is_primitive_type P>
column<P> rdrop(const std::size_t n) const
Returns column with last n elements dropped or empty column if n is more than size of column. Same as reverse().drop(n).reverse().