Skip to main content

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.

An iterator struct over a Vec in storage.

Signature


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