swift compactmap vs map code example Example: map vs compactmap in swiftui let definitelyNumbers = strings.compactMap { Int($0) }