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
Leo does not allow users to re-assign array elements.
This could be achieved by destructuring the array and tracking reads and writes statically.
This is doable because arrays are static in Leo.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Leo does not allow users to re-assign array elements.
This could be achieved by destructuring the array and tracking reads and writes statically.
This is doable because arrays are static in Leo.
The text was updated successfully, but these errors were encountered: