type_static_array

Allocate a static array type.

version(COMPILE)
extern (C++) nothrow @safe extern (C)
type*
type_static_array
(
targ_size_t dim
,
type* tnext
)

Return Value

Type: type*

Tcount already incremented

Suggestion Box / Bug Report