init(utf16CodeUnitsNoCopy:count:freeWhenDone:)
Creates a new string that contains the specified number of characters from the given C array of UTF-16 code units.
Declaration
init(utf16CodeUnitsNoCopy: UnsafePointer<unichar>, count: Int, freeWhenDone flag: Bool)