Libfunc for finalizing a felt252_dict_entry, returns the owned dict.
Libfunc for creating a new felt252_dict_entry, it owns the dictionary until finalized.
Type representing an entry access to a felt252_dict.
Libfunc for creating a new felt252_dict.
Libfunc for performing a squash
operation on a dict. Returns a pointer to the squashed dict.
Type representing a dictionary from a felt252 to types of size one.
This is currently only bounded for all numeric types, Nullable, and Enum types with 2 or less
variants, as this are the types that has proper default as 0, and therefore can be properly used
as a value in the dictionary.