_d_newitemU

Non-template version of core.lifetime._d_newitemT that does not perform initialization. Needed for rt.aaA.allocEntry.

extern (C) pure nothrow
void*
_d_newitemU
(
scope const TypeInfo _ti
)

Parameters

_ti TypeInfo

TypeInfo of item to allocate

Return Value

Type: void*

newly allocated item

Meta