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
Now that Iterator has re-emerged as a single trait, it's possible to override default methods like count, last and nth for iterators on slices, vectors, and so on. We should audit the applicable iterators and take advantage of overrides when possible.
Now that
Iteratorhas re-emerged as a single trait, it's possible to override default methods likecount,lastandnthfor iterators on slices, vectors, and so on. We should audit the applicable iterators and take advantage of overrides when possible.libcore: