Type Definition flatk::ClumpedView[][src]

pub type ClumpedView<'a, S> = Clumped<S, &'a [usize]>;
Expand description

A view of a Clumped collection.