Function read

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

void[] read (
  const(Path) name,
  ulong upTo = 18446744073709551615LU
);

void[] read (
  const(string) name,
  ulong upTo = 18446744073709551615LU
);