cwritef

Coloured writef to a File.

  1. void cwritef(in Char[] fmt, T args)
  2. void cwritef(File f, in Char[] fmt, A args)
    void
    cwritef
    (
    Char
    A...
    )
    (
    File f
    ,
    in Char[] fmt
    ,
    )

Meta