init(utf16CodeUnits:count:)
Creates a new string that contains the specified number of characters from the given C array of Unicode characters.
Declaration
init(utf16CodeUnits: UnsafePointer<unichar>, count: Int)Creates a new string that contains the specified number of characters from the given C array of Unicode characters.
init(utf16CodeUnits: UnsafePointer<unichar>, count: Int)