int[] getAllPIDs()
Gets all process IDs.
Example:
auto pids = getAllPIDs(); writeln("Process count: ", pids.length);