Kevlar
2.0.13
common
js
nonJs
kollections-interoperable
/
kollections
/
Iterable
Iterable
common
js
nonJs
expect
interface
Iterable
<
out
E
>
:
Iterable
<
E
>
Inheritors
CollectionLike
FunctionalCollection
AbstractIterable
actual
interface
Iterable
<
out
E
>
:
Iterable
<
E
>
Inheritors
AbstractIterable
actual
interface
Iterable
<
out
E
>
:
Iterable
<
E
>
Inheritors
AbstractIterable
Members
Functions
count
Link copied to clipboard
js
abstract
fun
count
(
)
:
Int
iterator
Link copied to clipboard
common
js
nonJs
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
to
Array
Link copied to clipboard
js
abstract
fun
toArray
(
)
:
Array
<
out
E
>