Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
IteratorYieldResult
Iterator
Yield
Result
class
IteratorYieldResult
<
out
TYield
:
JsAny
?
>
:
IteratorResult
<
TYield
,
Void
>
(
source
)
Members
Properties
value
Link copied to clipboard
val
value
:
TYield