Process.env

Return an associative array with the process' environment variables.

Note that if copyEnv is set to true, this value is ignored.

  1. const(const(char[])[char[]]) env [@property getter]
    class Process
    @property const
    const(const(char[])[char[]])
    env
    ()
  2. const(char[])[char[]] env [@property setter]

Meta