let arr = $arrays.booleanArrayOf(true, false) $console.log(arr) $objectWrappers.wrap(arr).forEach((it) => { $console.log(it) })