Function ra_ap_stdx::slice_tails

source ·
pub fn slice_tails<T>(this: &[T]) -> impl Iterator<Item = &[T]>
Expand description

Returns all final segments of the argument, longest first.