swift - Extending Array of a specific type -
i searched here , hope, didn't miss post, couldn't find answer question:
i want extend array of specific type, in case array of [string].
how do that?
extension [string] { ... doesn't work.
i searched here , hope, didn't miss post, couldn't find answer question:
i want extend array of specific type, in case array of [string].
how do that?
extension [string] { ... doesn't work.
Comments
Post a Comment