local arr = _arrays:booleanArrayOf(true, false) _console:log(arr) _objectWrappers:wrap(arr):forEach(function(it) _console:log(it) end)