digitalmars.D.learn - use of D for ropes data structures
- Jay Norwood (2/2) Oct 19 2011 can someone propose the appropriate D features or libraries that would...
- bls (6/8) Oct 19 2011 From the library
can someone propose the appropriate D features or libraries that would support a native D implementation of the ropes structures described in this Sgi C++ library. http://www.sgi.com/tech/stl/Rope.html
Oct 19 2011
On 10/19/2011 06:22 AM, Jay Norwood wrote:can someone propose the appropriate D features or libraries that would support a native D implementation of the ropes structures described in this Sgi C++ library. http://www.sgi.com/tech/stl/Rope.htmlFrom the library std.range -Iteration std.container (RB tree, and interesting documentation), Language features, Templates hth,Bjoern
Oct 19 2011