Return an iterator of (key, value) pairs for all environment variables of the current process.
The returned iterator contains a snapshot of the process’s environment variables at the time of invocation. Modifications to environment variables afterwards will not be reflected.