<!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>
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?<BR>
I don't care about order of items, but I need a fast search and a easy way to iterate. A tree-like struct...<BR>
<BR>
</BODY>
</HTML>