sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
PrimitiveArrayWrapper
/
fill
fill
abstract
fun
fill
(
element
:
PT
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
)
用给定的元素填充此数组的指定范围.
参考
kotlin.collections.fill
Parameters
element
用于填充数组的元素
from
Index
要填充的范围的起始索引(包括)
to
Index
要填充的范围的结束索引(不包括)