Peta vs CompactMap di SwiftUi

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