Hi,

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

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

Reply via email to