Indexed

data class Indexed(val index: Int) : PathSegment(source)

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

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int

Functions

Link copied to clipboard
open override fun toString(): String