Felt252Vec

Fully qualified path: alexandria_data_structures::vec::Felt252Vec

#![allow(unused)]
fn main() {
pub struct Felt252Vec<T> {
    items: Felt252Dict<T>,
    len: usize,
}
}