tango.io.stream.Format

Members

Classes

FormatOutput
class FormatOutput(T)

A bridge between a Layout instance and a stream. This is used for the Stdout & Stderr globals, but can be used for general purpose buffer-formatting as desired. The Template type 'T' dictates the text arrangement within the target buffer ~ one of char, wchar or dchar (UTF8, UTF16, or UTF32).

Functions

main
void main()

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Oct 2007