Jak żąda przedrostka ciągów w Swift
let str = "Hello! Swift"str.prefix(6) // "Hello!"
Lucky Lapwing
let str = "Hello! Swift"str.prefix(6) // "Hello!"