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
Remove the Valid function. Have Seek, Next, and maybe store.Iter return booleans. Add a Reset function.
Strongly consider not directly embedding Enumerable within the Iterator interface, but instead heavily document and test that it implements it - this will save a production code reference to the Enumerable package.
This change will facilitate #23 but do not go out of your way to include that within this work-item.
The text was updated successfully, but these errors were encountered:
Remove the
Valid
function. HaveSeek
,Next
, and maybestore.Iter
return booleans. Add aReset
function.Strongly consider not directly embedding
Enumerable
within theIterator
interface, but instead heavily document and test that it implements it - this will save a production code reference to theEnumerable
package.This change will facilitate #23 but do not go out of your way to include that within this work-item.
The text was updated successfully, but these errors were encountered: