mapFromPairs

fun mapFromPairs(vararg keysAndValues: A_BasicObject): A_Map

Create a new map whose contents correspond to the specified vararg array of alternating keys and values.

Return

A new map.

Parameters

keysAndValues

A vararg Array of alternating keys and values.