int[] allPids()
Gets a list of all process PIDs.
Example:
auto pids = allPids(); writeln("Found ", pids.length, " processes");