Felt252Stack

Fully qualified path: alexandria_data_structures::stack::Felt252Stack

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