iterator

actual inline operator fun <T> ReadonlyArray<T>.iterator(): Iterator<T>(source)
actual operator fun <T : JsAny?> ReadonlyArray<T>.iterator(): Iterator<T>(source)
expect operator fun <T : ERROR CLASS: Symbol not found for JsAny??> ReadonlyArray<T>.iterator(): Iterator<T>(source)