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
Traversable interface is extended by several other interfaces of collections, one of those is Iterator.
But it behaves differently than the others when using head() and tail() methods, see here below the test that fails for Iterator, but not for all other sequential collections.
Traversable
interface is extended by several other interfaces of collections, one of those isIterator
.But it behaves differently than the others when using head() and tail() methods, see here below the test that fails for
Iterator
, but not for all other sequential collections.The text was updated successfully, but these errors were encountered: