Thoughts from newcommer

Jerry via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 16 11:36:30 PDT 2017


On Sunday, 16 April 2017 at 17:00:25 UTC, Jack Stouffer wrote:
> Semantic game. D actually has RAII.
>
> And D does have RAII containers: 
> https://dlang.org/phobos/std_container.html


I wouldn't really call them RAII containers if they aren't @nogc, 
and especially so if they aren't structs but classes. The 
container module needs a good rewriting, SList/DList are the most 
useless POS containers without some concept of iterators.


More information about the Digitalmars-d mailing list