init(_:)
Creates a string containing the given character.
Declaration
init(_ c: Character)Parameters
- c:
The character to convert to a string.
Creates a string containing the given character.
init(_ c: Character)The character to convert to a string.