An iterator struct over a Vec in storage.

Signature


#[derive(Drop)]
pub struct VecIter> {
    vec: T,
    current_index: IntRange,
}