Index
class Index(val expression: Expression, val index: Expression) : Expression
Content copied to clipboard
Represents an indexed expression, such as accessing an element of a list or map.
Represents an indexed expression, such as accessing an element of a list or map.