Swift Extension Marray of Element

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