Function slurp

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

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

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