init(strings:)
Creates a sequence of strings from a string array.
Declaration
convenience init(strings stringValues: [String])Parameters
- stringValues:
The array of strings for the sequence.
Creates a sequence of strings from a string array.
convenience init(strings stringValues: [String])The array of strings for the sequence.