Problem Statement
What does Swift's type inference mean?
Explanation
Swift's type inference lets you omit the explicit type annotation and the compiler will deduce the type from the assigned value. This helps reduce boilerplate while maintaining type safety.