void foo(Gazong data);
Looks nicer too.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-03-07 01:20: Subject: Re: syntax dreams (was: negative indices in array ranges)
- to make it work with existing mappings.
- to implement davids idea.
whcih then would turn void foo(string firstname="", string initial="", string lastname=""); into void foo(mapping("firstname":string, "initial":string, "lastname":string) data);
callable with any mapping.
greetings, martin.
/ Brevbäraren