25 Wish list
There should be way to omit types, and have them reconstructed.
I would like to have some support for named arguments, so functions
can be called as:
Window::create(width => 20, height => 23, color => red);
This should come with default values.