Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
SortedReadonlyArray
Sorted
Readonly
Array
sealed
external
interface
SortedReadonlyArray
<
T
>
:
ReadonlyArrayAdapter
<
T
>
(
source
)
Members
Members & Extensions
Properties
_
_
sorted
Array
Brand
Link copied to clipboard
abstract
var
__sortedArrayBrand
:
Any
?
Functions
as
Array
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asArray
(
)
:
<Error class: unknown class>
<
T
>
as
Sequence
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asSequence
(
)
:
<Error class: unknown class>
<
T
>
iterator
Link copied to clipboard
inline operator
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
iterator
(
)
:
Iterator
<
T
>