plus

fun plus(key: K, value: V): ArrayMap<K, V>

Returns a new ArrayMap which has added the given key. Throws an exception if the key already exists.