Bill Baxter wrote: > Is this really the best way to get the size of a class instance given > the type? > > MyClass.classinfo.init.length; Yes. And this only works at run time. I proposed a new .isizeof property to simplify things, but it didn't seem terribly popular. See: http://d.puremagic.com/issues/show_bug.cgi?id=88 Sean