Index

data class Index(val n: Int) : PathSegment(source)

A zero-based list-index segment, e.g. [3].

Constructors

Link copied to clipboard
constructor(n: Int)

Properties

Link copied to clipboard
val n: Int