Void pointers

ag0aep6g via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 16 15:54:31 PDT 2016


On 05/17/2016 12:43 AM, Alex wrote:
> The point is, that in my model the slice has a meaning itself. So, the
> language provides one of a needed constructs...

Huh? As far as I understand, the pointer of the slice is invalid, and 
you never dereference it. What kind of additional meaning can the slice 
carry then? It's practically just a struct of two `size_t`s.


More information about the Digitalmars-d-learn mailing list