Trait hal::data::Shuffle [] [src]

pub trait Shuffle {
    fn shuffle(&mut self);
}

Trait that describes a shuffling operation

Required Methods

Implementors