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 when we want to iterate over an Array we always have to call .iter() on that array. I suggest that there should be a trait to standardize this: