You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use specific cheatcode like cheatcode_is to model specific complex structure which has references to an array of u8 with unkown size. Could we provide a more general way for this kind of structures? like set the size of the array. Additionally, for dymanic array, how could we verify it? like a function that `\forall x in list. y = x ++'
The goal here might be eliminate speicifc model in branch feature/p-token.
cheatcode_isto model specific complex structure which has references to an array ofu8with unkown size. Could we provide a more general way for this kind of structures? like set the size of the array. Additionally, for dymanic array, how could we verify it? like a function that `\forall x in list. y = x ++'