Skip to content

Indexed

@LowLevelApi



data class Indexed(val index: Int) : PathSegment

Path segment representing an indexed element in an array.

This class isn't meant to be used directly by end users. Instead, see get.

Constructors

Indexed

constructor(index: Int)

Properties

index

val index: Int

Functions

toString

open override fun toString(): String