type_assoc_array

Allocate an associative array type, which are key=value pairs

version(COMPILE)
extern (C++) nothrow @safe @trusted
type*
type_assoc_array
(
type* tkey
,
type* tvalue
)

Return Value

Type: type*

Tcount already incremented

Suggestion Box / Bug Report