Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-typescript
/
typescript
/
ReadonlyArrayAdapter
Readonly
Array
Adapter
sealed
external
interface
ReadonlyArrayAdapter
<
out
T
>
(
source
)
Inheritors
NodeArray
SortedArray
SortedReadonlyArray
Members & Extensions
Functions
as
Array
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asArray
(
)
:
ERROR CLASS: Symbol not found for ReadonlyArray<T>
as
Sequence
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asSequence
(
)
:
ERROR CLASS: Symbol not found for Sequence<T>
iterator
Link copied to clipboard
inline operator
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
iterator
(
)
:
Iterator
<
T
>