Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 261 Bytes

introduction.md

File metadata and controls

16 lines (10 loc) · 261 Bytes

Introduction

Terms

  • interior mutability — mutating memory where there also exists a live shared reference non-transitively pointing to the same memory.

(TODO: definitions)

  • niche
  • layout
  • tag
  • rvalue
  • lvalue

Unsafe abstraction