get

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

Returns the item at index if one exists, null otherwise.