Window.showInputBox - multiple declarations
Function Window.showInputBox
void showInputBox(
dstring title,
dstring message,
dstring initialText,
void delegate(dstring) handler
);
void showInputBox(
dstring title,
dstring message,
dstring initialText,
void delegate(dstring) handler
);