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 there is no way to wrap an iterator into a RefIterator in a natural way. An iterator that has no impure arguments or sideeffects can only be treated as an Iterator. There should be a way to label a pure Iterator returning function as one returning RefIterator.
The text was updated successfully, but these errors were encountered:
Currently there is no way to wrap an iterator into a
RefIterator
in a natural way. An iterator that has no impure arguments or sideeffects can only be treated as anIterator
. There should be a way to label a pureIterator
returning function as one returningRefIterator
.The text was updated successfully, but these errors were encountered: