hi,
just had a thought for a nice feature that i don't remember having come up here before:
for a function with lots of optional arguments it would be nice to take a mapping and splice it up into the args:
void foo(void|string s, void|int i, void|float f)
could be called as:
foo( @([ "f":5.3 ]) )
usefull?
greetings, martin.