_d_assocarrayliteralTX

Construct an associative array of type ti from corresponding keys and values. Called for an AA literal [k1:v1, k2:v2].

extern (C)
Impl*
_d_assocarrayliteralTX
(
const TypeInfo_AssociativeArray ti
,
void[] keys
,
void[] vals
)

Parameters

ti TypeInfo_AssociativeArray

TypeInfo for the associative array

keys void[]

array of keys

vals void[]

array of values

Return Value

Type: Impl*

A new associative array opaque pointer, or null if keys is empty.

Meta