On 4/4/2012 12:57 AM, Don Clugston wrote:
The most flexible method is to declare a local, nested struct. Any member
functions (and variables!) of that struct have non-sequential semantics, so they
can forward reference each other just fine.

Thanks, Don. I didn't think of this, and it's an awesome solution. Can you put it in the D FAQ?

Reply via email to