Avatar
@swift-5.9.2 import Foundation let int: Int = 0 let uint: UInt = 0 print(int == uint)