On Thu, 10 Jul 2008 15:13:40 +0400, Don <nospam at nospam.com.au> wrote: > Tom S wrote: >> Don wrote: >>> Fortunately, the fix is easy -- I think typeof(x.init) will always >>> work. >> Except for static arrays: typeof((int[2]).init) == int >> > Ouch. Why so?