BoundVar constructor

BoundVar(
  1. int index,
  2. Sort sort
)

Implementation

BoundVar(this.index, this.sort);