pub fn slice_tails<T>(this: &[T]) -> impl Iterator<Item = &[T]>
Returns all final segments of the argument, longest first.