iterator

fun <T> iterator(block: suspend McpScope<T>.() -> Unit): Iterator<T>

Cross-tick builder, shadowing kotlin.sequences.iterator.