Matriz de extensión Swift donde tipo

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