mapa vs compactmap em swiftui

let definitelyNumbers = strings.compactMap { Int($0) }
Courageous Coyote