Michel Fortin wrote: > <http://michelf.com/weblog/2009/some-ideas-for-dynamic-vtables-in-d/> === In the current vtable system, each D object begins with a monitor pointer, followed by a pointer to the vtable, followed by the object’s members. === Isn't it { vtable, monitor, <members> } ?