Diving into Lazy, Computed and Stored Properties
We look into computed, lazy, and stored properties, and explore the behavior and differences we might encounter when dealing with them.
We look into computed, lazy, and stored properties, and explore the behavior and differences we might encounter when dealing with them.
Taking a look into Protocols and how we can use them with generic types in the form of Associated Types
Exploring how Optionals are implemented, and trying to understand what is the magic that powers them.