type_alloc

Create a type & initialize it. Input: ty = TYxxxx

version(COMPILE)
extern (C++) nothrow @safe @trusted
type*
type_alloc
(
tym_t ty
)

Return Value

Type: type*

pointer to newly created type.

Suggestion Box / Bug Report