mapbox-maps-android
mapbox-maps-android
/
com.mapbox.bindgen
/
ArrayUtils
/
toShortArray
to
Short
Array
open
fun
toShortArray
(
@
NonNull
list
:
List
<
Short
>
)
:
Array
<
Short
>
Convert list of Short objects to the array of shorts
Return
The array of shorts
Parameters
list
The list of Short objects