int screenCount()
Gets the number of screens/monitors.
Example:
auto count = screenCount(); writeln("Found ", count, " monitor(s)");