On 5/17/11, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote: > Yah, const(ubyte)[] is much more reasonable. We may as well add a > function representation() that returns it for any object. Would this mean that e.g. you could save the state of an object to disk via repr(), and then retrieve the state at a later point?