> ## 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::Vec

Represents a dynamic array in contract storage.
This type is zero-sized and cannot be instantiated.
Vectors can only be used in storage contexts and manipulated using the associated `VecTrait`
and `MutableVecTrait` traits.

## Signature

```rust theme={null}

#[phantom]
pub struct Vec {}
```
