library
/
com.secoo.coobox.library.ktx.kotlin
/
toArrayList
to
Array
List
fun <
E
>
List
<
E
>.
toArrayList
():
ArrayList
<
E
>
Content copied to clipboard
将 当前 List 对象转换成 ArrayList