Null Safety
concepts · 1 notes linked
Related: Rust · Option Type · Pattern Matching · Type Systems
Notes
- Rust: Pattern Matching and the Option Type — Rust Option type eliminates null pointer bugs via exhaustive pattern matching
concepts · 1 notes linked
Related: Rust · Option Type · Pattern Matching · Type Systems