kotlin.Array.set

set

operator fun set(index: Int, value: T)

Sets the array element at the specified index to the specified value. This method can be called using the index operator:

arr[index] = value

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容