Skip to content

Move Slice Iterators #11

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Move Slice Iterators #11

wants to merge 2 commits into from

Conversation

reem
Copy link
Owner

@reem reem commented Dec 15, 2014

No description provided.

@reem
Copy link
Owner Author

reem commented Dec 15, 2014

@gankro ignoring the naming what do you think of this as an example of writing iters for existing types?

@@ -9,6 +9,9 @@ extern crate stainless;
#[cfg(test)]
extern crate test;

pub use self::impls::{SliceIntrusiveIter, Items, ItemsMut};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pulls these into the top level, which doesn't seem right?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this makes no sense, fixed.

@Gankra
Copy link
Collaborator

Gankra commented Dec 15, 2014

Yeah this basically seems like the way to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants