www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dcollections 2.0c released

reply "Steven Schveighoffer" <schveiguy yahoo.com> writes:
Deque type added, and I've gotten rid of the out parameters for length  
changes (this is now handled by a new function trackLength).

See full changelog here:  
http://www.dsource.org/projects/dcollections/wiki/ChangeLog

-Steve
Oct 06 2010
next sibling parent dolive <dolive89 sina.com> writes:
Steven Schveighoffer дµ½:

 
 Deque type added, and I've gotten rid of the out parameters for length  
 changes (this is now handled by a new function trackLength).
 
 See full changelog here:  
 http://www.dsource.org/projects/dcollections/wiki/ChangeLog
 
 -Steve
thank's
Oct 06 2010
prev sibling parent reply "Yao G." <yao.gomez spam.gmail.com> writes:
On Wed, 06 Oct 2010 09:34:08 -0500, Steven Schveighoffer  
<schveiguy yahoo.com> wrote:

 Deque type added, and I've gotten rid of the out parameters for length  
 changes (this is now handled by a new function trackLength).

 See full changelog here:  
 http://www.dsource.org/projects/dcollections/wiki/ChangeLog

 -Steve
Thanks Steve. Great job! I'll update my project to use this new version and I'll let you know if I find some issues. -- Yao G.
Oct 06 2010
parent "Steven Schveighoffer" <schveiguy yahoo.com> writes:
On Wed, 06 Oct 2010 13:20:12 -0400, Yao G. <yao.gomez spam.gmail.com>  
wrote:

 On Wed, 06 Oct 2010 09:34:08 -0500, Steven Schveighoffer  
 <schveiguy yahoo.com> wrote:

 Deque type added, and I've gotten rid of the out parameters for length  
 changes (this is now handled by a new function trackLength).

 See full changelog here:  
 http://www.dsource.org/projects/dcollections/wiki/ChangeLog

 -Steve
Thanks Steve. Great job! I'll update my project to use this new version and I'll let you know if I find some issues.
Thanks, please file to http://www.dsource.org/projects/dcollections/newticket if you find anything. -Steve
Oct 06 2010