pub fn iter_primitive<'a, T: NativeType>(
    chunks: &'a Cow<'a, [Chunk]>,
    timeline: Timeline,
    component_name: ComponentName
) -> impl Iterator<Item = ((TimeInt, RowId), &'a [T])> + 'a
Expand description

Iterate chunks as indexed primitives.

See Chunk::iter_primitive for more information.