too-many-lists/production-unsafe-deque/filling-in-random-bits #1371
Replies: 1 comment
-
这里的 impl<T> IntoIterator for LinkedList<T> {
type Item = T;
type IntoIter = IntoIter<T>;
fn into_iter(self) -> Self::IntoIter {
IntoIter { list: self }
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
too-many-lists/production-unsafe-deque/filling-in-random-bits
https://course.rs/too-many-lists/production-unsafe-deque/filling-in-random-bits.html
Beta Was this translation helpful? Give feedback.
All reactions