Companion

object Companion

Properties

Link copied to clipboard

The empty map.

Link copied to clipboard

Functions

Link copied to clipboard
fun combineMapsCanDestroy(destination: A_Map, source: A_Map, canDestroy: Boolean): A_BasicObject

Combine the two maps into a single map, destroying the destination if possible and appropriate.

Link copied to clipboard

Answer the empty map.

Link copied to clipboard
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.

Link copied to clipboard
fun mapWithBindings(tupleOfBindings: A_Tuple): A_Map

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