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
By the way, motivation for this is the fact that we have a bunch of os::args().len() inside our codebase and without ExactSizeIterator there’s no good replacement for this.
And possibly RandomAccessIterator too.
If there is no issues with implementing it, I will gladly fix up a patch for it.
cc @aturon
The text was updated successfully, but these errors were encountered: