Tove:
IIRC:Walter's stance was that he needs compelling examples, which proves the utility of this new feature.
Recently I have had a desire for that feature, to write a function like this:
int[][] generateTable(in uint nx, in uint ny=nx) {...}
If you give just one argument to this function, it generates a
square table, otherwise it uses both the given sizes.
Bye, bearophile
