Concept Flow - Type aliases for readability
Define type alias
Use alias in code
Compiler treats alias as original type
Code runs with improved readability
You create a new name for an existing type to make code easier to read and understand. The compiler treats the alias exactly like the original type.