digitalmars.D - K&R-style function parameter declaration
- maelp (7/7) Jan 09 2008 Hello,
Hello,
sorry for the inintentional post in d.announce
sometimes it's useful to have some kind of K&R style declaration of parameters,
for instance it'd be nice to be able to write
drawRectangle( Drawable g, int: {x, y, w, h}, uchar: {r,g,b} )
do you think we can write some templates or have a similar behaviour in some
way ?
Jan 09 2008








maelp <someone somewhere.com>