ConstArray constructor

ConstArray(
  1. Sort sort,
  2. AST value
)

Implementation

ConstArray(this.sort, this.value);