On Monday, 28 April 2014 at 10:40:49 UTC, Chris wrote:
So there is no way of filling an array with something likePerson!(string) *pptr; foreach(person; people) { buf ~= &person; }
Person!(string)*[] arr; Like this?
Rene Zwanenburg via Digitalmars-d-learn Mon, 28 Apr 2014 03:45:59 -0700
On Monday, 28 April 2014 at 10:40:49 UTC, Chris wrote:
So there is no way of filling an array with something likePerson!(string) *pptr; foreach(person; people) { buf ~= &person; }
Person!(string)*[] arr; Like this?