set

abstract operator fun set(index: Int, value: T): Result<T>(source)

Set the value at a specific index.

Parameters

index

to update

value

to set