matriz de extensão rápida com tipo

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