val arr = arrayOf(true, false) val iterable = arr.toMutableList() _console.log(iterable) iterable.forEach { _console.log(it) }