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
Since we allow looking for elements before a scope, and testing for values at a scope index. It would be good to also allow modifying a scope via index.
For example, if I want to insert a value into all scopes, I should be able to call insert_at(idx, value)
The text was updated successfully, but these errors were encountered:
Since we allow looking for elements before a scope, and testing for values at a scope index. It would be good to also allow modifying a scope via index.
For example, if I want to insert a value into all scopes, I should be able to call
insert_at(idx, value)
The text was updated successfully, but these errors were encountered: