PExpArray

data class PExpArray(val values: List<PExpression>) : PExpression

An expression that is an array of other expressions.

Constructors

Link copied to clipboard
constructor(values: List<PExpression>)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The expressions constituting this array.