toFile

Argument-reversed version of std.file.write, usable at the end of an UFCS chain.

  1. alias toFile = std.stdio.toFile
    static if(is(typeof( )))
    alias toFile = std.stdio.toFile
  2. void toFile(const(void)[] data, char[] name)

Meta