Hmm, according to this <https://kotlin.github.io/k...
# announcements
d
Hmm, according to this https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental.channels/-channel-iterator/,
hasNext()
and
next()
are operators available to overloading? But they a not mentioned in kotlin reference - is this a missing documentation or am I understanding it wrong? https://kotlinlang.org/docs/reference/operator-overloading.html Thread in Slack Conversation Ok, understood, so a documentation page on Operator Overloading is missing these details, right?