Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 191 Bytes

study.md

File metadata and controls

6 lines (6 loc) · 191 Bytes

Topic to study

  • How to save a Rust Iterator on the stack?
  • Study how blocks are handled in CPython.
    • The why var?
    • Why unwind everything when a break happened?