Allocate a string via the GC

JG someone at somewhere.com
Mon May 23 09:38:07 UTC 2022


Hi,

Is there any more standard way to achieve something to the effect 
of:

```d
   import std.experimental.allocator;
   string* name = theAllocator.make!string;
  ```



More information about the Digitalmars-d-learn mailing list