toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
SortedArray
Sorted
Array
sealed
external
interface
SortedArray
<
T
>
:
ReadonlyArrayAdapter
<
T
>
(
source
)
Members & Extensions
Functions
as
Array
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asArray
(
)
:
ReadonlyArray
<
T
>
as
Sequence
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asSequence
(
)
:
Sequence
<
T
>
iterator
Link copied to clipboard
inline operator
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
iterator
(
)
:
Iterator
<
T
>