FiniteDomainSort constructor

FiniteDomainSort(
  1. Sym name,
  2. int size
)

Implementation

FiniteDomainSort(this.name, this.size);