Skip to main content

ChunkView

Type Alias ChunkView 

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

Aliased Typeยง

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