It should be easy but I can only find the reverse conversion. How can I convert Int32 to Int in Swift? Unless the problem is different?
I have a value stored in Core
Am I missing something or isn't this ridiculously easy?
let number1: Int32 = 10 let number2 = Int(number1)