pub type ChunkView<'a, T> = ChunkViewImpl<'a, &'a [T]>;
pub struct ChunkView<'a, T> { /* private fields */ }