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-2016 Nick Sabalausky
License
zlib/libpng