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
This method kicks in for arbitrary iterables. It shouldn't just call length therefor, but instead first check IteratorSize, and then fall back on some other implementation if it returns SizeUnknown().
The text was updated successfully, but these errors were encountered:
This method kicks in for arbitrary iterables. It shouldn't just call
length
therefor, but instead first checkIteratorSize
, and then fall back on some other implementation if it returnsSizeUnknown()
.The text was updated successfully, but these errors were encountered: