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.

Reply via email to