get

abstract operator fun get(index: Int): Result<T>(source)

Return

item found at the index or null if index invalid

Parameters

index

to retrieve