Swift Extension Array с типом

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