"Toki" wrote > Hi, > I want to port my Java app to D. > Is there sometinhg like a TreeSet in D? I highly recommend Tango's new containers, as they offer the best performance. But if you have to stick with the default D library (Phobos), consider dcollections: http://www.dsource.org/projects/dcollections -Steve