Swift rozszerzenie, w którym element

extension Array where Element == String {
    func method() {}
}
Rens