_aaNew

Allocate associative array data. Called for new SomeAA expression.

extern (C)
Impl*
_aaNew
(
const TypeInfo_AssociativeArray ti
)

Parameters

ti TypeInfo_AssociativeArray

TypeInfo for the associative array

Return Value

Type: Impl*

A new associative array.

Meta