pointers, assignments, Garbage Collection Oh My?

Jacob Carlborg doob at me.com
Thu Jul 11 04:21:28 PDT 2013


On 2013-07-11 13:19, Jacob Carlborg wrote:

> Yes, but that is easier to type. All the above or:
>
> struct Array (T)
> {
>      size_t length;
>      T* ptr;
> }
>

"that" should have been "what".

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list