Dynamic Arrays Capacity

Mike Parker aldacron at gmail.com
Thu Jun 2 08:30:32 UTC 2022


On Thursday, 2 June 2022 at 08:24:51 UTC, Mike Parker wrote:
>
> And so, `&ts[0]` is the same as `&(*ts.ptr + 0)`, or simply 
> `ts.ptr`.

That should be the same as `&(*(ts.ptr + 0))`!


More information about the Digitalmars-d-learn mailing list