Type Definition flatk::ChunkedView[][src]

pub type ChunkedView<'a, S> = Chunked<S, Offsets<&'a [usize]>>;

Trait Implementations

This function should panic if this collection length is not a multiple of N. Read more

Simply call this method for all types that implement SplitPrefix<N>.