Process current()
Gets a Process object for the current process.
Example:
auto proc = Process.current(); writeln("My PID: ", proc.pid());