Variable Process.pipe

Declaration

struct Process
{
  // ...
  std.process.Pipe pipe;
  // ...
}