Literals and Type Inference in Swift
Literally a great type
A literal allows us to represent values in source code, and the compiler supplies us with a range of types to help us out. Furthermore, Swift helps us by inferring types for us.
This all sounds great, so join me for this deep submerge into the topic.