-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/xiter: slices methods / as_long_as - until methods #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0206f86 to
1dec74c
Compare
1dec74c to
df268ed
Compare
jeliermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rien à dire sur les implems, de la mise en forme, des suggestions, et ce fichier de 1100 lignes à supprimer :)
jeliermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok pour moi, je validerai après discussion live sur le to_xlist
Following methods added for Xiter:
Proxy to itertools.slice
slice(stop)
slice(start,stop,step)
limit(n) / take(n)
as_long_as(predicate)
until(predicate)