Generics
Learn how to write flexible code that works with many types using generics!
📖
Lesson 1
Generic Code
💻
Exercise 2Required
Print Anything
💻
Exercise 3Required
Generic Wrapper
💻
Exercise 4Required
Fix the Generic
💻
Exercise 5Required
Generic Pair
💻
Exercise 6Required
Generic Method
💻
Exercise 7Required
Fix the Bounds
💻
Exercise 8Required
Where Clause
💻
Exercise 9Required
Generic Stack
💻
Exercise 10Required
Fix Generic Struct
💻
Exercise 11Required