Function slurp

Like std.file.slurp, but supports Path and command echoing.

Prototypes

auto slurp(Types...)(
  Path filename,
  in string format
);

auto slurp(Types...)(
  string filename,
  in string format
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng