FYI - mo' work on std.allocator

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 07:53:37 PDT 2014


On Sunday, 27 April 2014 at 06:13:22 UTC, Brian Schott wrot
> T* allocate(T, Allocator, Args...)(auto ref Allocator a, auto 
> ref Args args)
>     @trusted if (is (T == struct))
> {

Though, it's not trusted.


More information about the Digitalmars-d mailing list