If I typealias the Int class as UInt and then use ...
# getting-started
t
If I typealias the Int class as UInt and then use UInt throughout my code will I still have a primitive in my code instead of a boxed value?