write - multiple declarations

Function write

Like std.file.write, but supports Path, command echoing and dryrun.

Prototypes

void write(
  const(Path) name,
  const(void[]) buffer
);

void write(
  const(string) name,
  const(void[]) buffer
);

Alias write

Alias of same-named function from std.file

Declaration

alias write;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng