SquashedFelt252DictTrait
Fully qualified path: core::dict::SquashedFelt252DictTrait
pub trait SquashedFelt252DictTrait<T>
Trait functions
into_entries
Returns an array of (key, first_value, last_value)
tuples. The first value is always 0. # Example
let squashed_dict = dict.squash();
let entries = squashed_dict.entries();
Fully qualified path: core::dict::SquashedFelt252DictTrait::into_entries
fn into_entries(self: SquashedFelt252Dict<T>) -> Array<(felt252, T, T)>