too-many-lists/advanced-lists/stack-allocated #672
Replies: 2 comments 1 reply
-
感觉光看这个太难理解了 如果能从汇编的角度来分析这个东西就好了 内存模型 为啥要这么改 大致思路 |
Beta Was this translation helpful? Give feedback.
0 replies
-
self.next = node.prev.as_ref().map(|prev| &**prev); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
too-many-lists/advanced-lists/stack-allocated
https://course.rs/too-many-lists/advanced-lists/stack-allocated.html
Beta Was this translation helpful? Give feedback.
All reactions