colorize.cwrite

Members

Functions

cwrite
void cwrite(T args)

Coloured write.

cwrite
void cwrite(File f, S args)

Coloured writef to a File.

cwritef
void cwritef(in Char[] fmt, T args)

Coloured writef.

cwritef
void cwritef(File f, in Char[] fmt, A args)

Coloured writef to a File.

cwritefln
void cwritefln(in Char[] fmt, T args)

Coloured writefln.

cwriteln
void cwriteln(T args)

Coloured writeln.

Meta

Authors

ponce

Date

Date: July 28, 2014

Version

1.0.2

License

Licensed under the MIT license. See LICENSE for more information