<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
Thank you! I didn't check for "std.container" module :)<BR>
<BR>
Il giorno lun, 28/11/2011 alle 02.55 -0800, Jonathan M Davis ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Monday, November 28, 2011 11:48:28 Andrea Fontana wrote:
> In c++ there are a lot of data structs (vector, hashmap, ...) defined by
> stl. I need something similar to c++ "set" in D. Does it exists?
> I don't care about order of items, but I need a fast search and a easy
> way to iterate. A tree-like struct...

<A HREF="http://d-programming-language.org/phobos/std_container.html#RedBlackTree">http://d-programming-language.org/phobos/std_container.html#RedBlackTree</A>

- Jonathan M Davis
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>