Const Returns a new Output that appends Unicode code points to the given
string, using the given output settings. The returned Output
accepts an unbounded number of code points, remaining permanently in the
cont state, and [[Output.bind binds]] a string containing the given
string, and all appended code points.
Optional string: stringOptional settings: OutputSettingsLikeReturns a new Output that appends Unicode code points to the given
string, using the given output settings. The returned Output
accepts an unbounded number of code points, remaining permanently in the
cont state, and [[Output.bind binds]] a string containing the given
string, and all appended code points.
Optional settings: OutputSettingsLikeGenerated using TypeDoc
Unicode code point [[Input]]/[[Output]]/[[Writer]] factory.
The
Unicode.stringInput(...)function returns anInputthat reads the Unicode code points of astring.The
Unicode.stringOutput(...)function returns anOutputthat writes Unicode code points to an internal buffer, and [[Output.bind binds]] astringcontaining all written code points.