Avatar
@swift-5.3.3 @swift-5.4.3 let s = "s" let os=Optional(s) print(type(of: s), type(of: os), type(of: s as Any), type(of: os as Any)) (edited)