Completed
Interfaces
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Definition-Checked Generics, Part 1 - The Why and How
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 DefinitionChecked Generics
- 3 DefinitionChecking in C
- 4 Why is it important
- 5 C error messages
- 6 Is static typing useful
- 7 Shifting left
- 8 Type Erasure
- 9 Checked Generics in Practice
- 10 C Templates Concepts
- 11 Generic Functions
- 12 Constraints
- 13 Interface Parameters
- 14 Type Parameters
- 15 Implementation Parameters
- 16 Checked Generics in Other Languages
- 17 C
- 18 Swift
- 19 Protocols
- 20 Generic Function
- 21 Generic Variatics
- 22 Rust Traits
- 23 Rust Advanced Features
- 24 Rust Periodics
- 25 Interfaces
- 26 Checked vs Template
- 27 Chandler Carruth
- 28 Examples