Idioms and Patterns: Tag Dispatching
In this lesson, we'll learn about tag dispatching in idioms and patterns.
We'll cover the following...
Tag Dispatching
Tag Dispatching enables us to choose a function based on type characteristics.
- The decision takes place at compile-time.
- Traits make the decision based on