I already searched here and I hope, I didn't miss any post, but I couldn't find a answer for this question:
I want to extend an array of a specific type, in my case only an array of [String].
How do I do that?
extension [String] { ...
doesn't work.