seax
seax copied to clipboard
Implement IntoIterator<T> for List<T>
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.
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.