example: scanw("% i", & number); // The compiler accuses error.
Error: function deimos.ncurses.curses.scanw(char* fmt, ...) is not callable using argument types (string, int*) source/app.d(8,14): cannot pass argument "0" of type string to parameter char* fmt
/usr/bin/dmd failed with exit code 1.