On 05/28/2010 02:51 PM, Steven Schveighoffer wrote:
On Thu, 27 May 2010 21:08:29 -0400, Andrei Alexandrescu
<seewebsiteforem...@erdani.org> wrote:


http://erdani.com/d/phobos/std_container.html
http://erdani.com/d/phobos/container.d

I defined Array as a straightforward implementation of the homonym
abstraction. There are a few imperfect corners, but by and large I'm
starting to believe it's becoming possible to write certain
cross-container codes.


I just noticed, there is no doc for ElementType, only ValueType and
KeyType.

-Steve

I figured out that ElementType is actually unneeded - introspection can extract it for you, see std.range.ElementType.

Andrei

Reply via email to