get

operator fun get(key: String): Any(source)

Retrieves the value associated with the provided key.

Return

The associated value, or undefined if the key does not exist in the collection.

Parameters

key

The key whose value is to be retrieved.

See also


operator fun get(key: Int): Any(source)