make

Allocate a class using allocator and initialize with args

The class will always be tracked by the GC, no option here. This is because then it is easy to use this function correctly.

T
make
(
T
Allocator
Args...
)
(
auto ref Allocator allocator
,
auto ref Args args
)
if (
is(T == class) ||
is(T == interface)
)

Meta