create

Default "create" implementation.

deprecated
RefType!T
create
(
T
A
Args...
)
(
ref A a
,
Args args
)
if (
is(typeof(a.allocate!T()))
)

Meta