mutableArrayOf

fun mutableArrayOf(vararg values: Any?): MutableArray(source)

Creates a new MutableArray with content from the passed values. Allowed value types are List, Instant, Map, Number, null, String, Array, Blob, and Dictionary. If present, Lists, Arrays, Maps and Dictionaries may contain only the above types.

Parameters

values

the array content values