mapWithBindings

fun mapWithBindings(tupleOfBindings: A_Tuple): A_Map

Create a new map whose contents correspond to the specified tuple of key-value bindings.

Return

A new map.

Parameters

tupleOfBindings

A tuple of key-value bindings, i.e. 2-element tuples.