Walter Bright wrote: > > Even harder is writing a "correct" container class. Darn straight. C++ allocator requirements make things pretty messy, and complying to exception guarantee requirements with data types that may throw when copied is just a mess. I'm very glad that D doesn't have this level of complexity. Sean