FIFO stack
    Jonathan M Davis 
    jmdavisProg at gmx.com
       
    Fri Oct 28 08:32:24 PDT 2011
    
    
  
On Friday, October 28, 2011 13:24:58 Dominic Jones wrote:
> To conclude the matter regarding the absence of a FIFO stack in the
> standard library and the not so good alternative of arrays (in
> particular where there are a significant number of push-pops and the
> maximum length is not initially known):
> 
> Does anyone in-the-know know if something like "DList" (a doubly
> linked list) will be added to "std.containers" in the near future?
> 
> I, for one, would very much appreciate its implementation in the
> standard library.
Pretty much any container that you would expect to be in a standard library 
will be in std.container eventually. But the custom allocator scheme has to be 
sorted out before that happens.
- Jonathan M Davis
    
    
More information about the Digitalmars-d-learn
mailing list