Contents

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)

See Also

Creating a String from Unicode Data