cairo
cairo copied to clipboard
feat: iterate over dictionnary keys
Feature Request
Describe the Feature Request
As i'm still used to manipulate low-level memory segments coming from CairoZero, I find it unpractical to not be able to iterate over Dict keys. This adds a lot of computational overhead for Kakarot, as we need to keep track of all dict keys in another memory segment, which adds extra computational overhead.