Skip to main content

MutChunkView

Type Alias MutChunkView 

Source
pub type MutChunkView<'a, T> = ChunkViewImpl<'a, &'a mut [T]>;

Aliased Typeยง

pub struct MutChunkView<'a, T> { /* private fields */ }