seax icon indicating copy to clipboard operation
seax copied to clipboard

Implement IntoIterator<T> for List<T>

Open hawkw opened this issue 10 years ago • 1 comments

Since the SVM linked list now supports std::iter::FromIterator (#57, added in #60), may as well support std::iter::IntoIterator as well.

Low-priority as there isn't anywhere I actually need this in the current codebase.

hawkw avatar Apr 09 '15 18:04 hawkw

Looks like this will be relatively difficult, as I believe it will require unsafe and messing around with raw pointers. I've set up a new branch to work on List stuff, but I'll put this on the back burner for now.

hawkw avatar Apr 09 '15 19:04 hawkw