DIP 1025--Dynamic Arrays Only Shrink, Never Grow--Community Review Round 1

Robert Schadek rschadek at symmetryinvestments.com
Tue Nov 12 13:27:23 UTC 2019


On Tuesday, 12 November 2019 at 13:08:08 UTC, Nicholas Wilson 
wrote:
> Perhaps containers is the wrong word. I meant in in the sense 
> data structures intersection wrapping, e.g. DList!int or 
> Atomic!int. Both of those are inherently unsafe (blobs of 
> pointers and shared memory respectively) but the container 
> provides a safe way to interact with the data encapsulated by 
> it by disallowing outside access in an unchecked manner.

I see.




More information about the Digitalmars-d mailing list