[][src]Trait stl_rotate::Rotate

pub trait Rotate<T> {
    fn rotate<R: RangeBounds<usize>>(&mut self, range: R, new_first: usize);
}

Required methods

fn rotate<R: RangeBounds<usize>>(&mut self, range: R, new_first: usize)

Loading content...

Implementations on Foreign Types

impl<T> Rotate<T> for Vec<T>[src]

Loading content...

Implementors

Loading content...