www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - why std.process.Pid & std.process.Environment are classes ?

In std.process, the following declarations:

- final class Pid
- abstract final class environment

could be struct, couldn't they ?

Any particular reason behind this choice ?
May 02 2015