Practicing Rust based on the Book: 'Learning Rust with Entirely Too Many Linked Lists'
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

NOTES.md 388B

Lessons from Stack 1

When you need to do the ol’ switcheroo with some memory mem::replace comes in useful.

Lessons from Stack 2

take() is handy, read more about this. Sometimes you just have to get your hands dirty and do some lifetimes, just a fact of life, get used to it son. Revise some of these impl types, to understand better how they function with std library collections.