Trait flatk::SwapChunks[][src]

pub trait SwapChunks {
    fn swap_chunks(&mut self, begin_a: usize, begin_b: usize, chunk_size: usize);
}

Required methods

Swap equal sized contiguous chunks in this collection.

Implementations on Foreign Types

Swap non-overlapping chunks beginning at the given indices.

Implementors