I want to pipe the contents of a D string to the stdin of a pipe created with one of the std.process functions. I want to avoiding resorting to escaping the string. How would i do that? Thanks
- how to pipe contents of a D string to a std.process.P... Timothee Cour
- Re: how to pipe contents of a D string to a std.... Steven Schveighoffer