Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Matchine - C++ Pattern Matching for Open Sum Types
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 About Native Instruments
- 4 Events
- 5 Disclaimer
- 6 C version
- 7 The naive way
- 8 Modern alternatives
- 9 Types
- 10 Accessing types
- 11 Closed and Open Sum Types
- 12 Open Sum Types
- 13 How to access them
- 14 Other access patterns
- 15 Overload
- 16 Open some types
- 17 Scala
- 18 Matchine
- 19 Basic Matchine
- 20 Optional Matchine
- 21 Summary
- 22 Customization
- 23 Variant
- 24 Mhm
- 25 Matchine Function
- 26 Matchine Core Function
- 27 Matchine Final Function
- 28 Inference
- 29 Performance Considerations
- 30 Algorithm Complexity
- 31 Extending an Image
- 32 Extending the Library
- 33 The Problem
- 34 The Challenge