indexRefSort function

IndexRefSort indexRefSort(
  1. int index
)

A reference to a datatype at the index index, only used in recursive datatypes.

Implementation

IndexRefSort indexRefSort(int index) => IndexRefSort(index).declare();