> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage::vec::VecIter

An iterator struct over a `Vec` in storage.

## Signature

```rust theme={null}

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