kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
asList
as
List
JS
fun
<
T
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
Returns the view of this
ItemArrayLike<T>
collection as
List<T>