Type Annotations
#typesafelanguage
Overview
Since Swift is a type-safe-language, it always requires to know what type of data you enter.
To define the data explicitly, type in advance, use type annotations
Sources
Videos
Articles / Documents
Last updated