Tag: implicit typing
-
KinderSwift 6: Types and Casting
In this lesson we cover how to explicitly type an identifier and how to use casting to force its type. Transcript Welcome back to kinderswift. episode 6. In our last lesson, we left off with this not working: Swift does not let you mix types. This lesson we will learn a little more about types…