Pool.make

Returns a reference to a new object in the same state as if created with new T(args).

struct Pool(T)
static
T
make
(
string f = __FILE__
uint l = __LINE__
A...
)
(
auto ref A args
)
if (
is(T == class)
)

Meta