IntConstBlock constructor

IntConstBlock(
  1. int size,
  2. List<int> results
)

Implementation

IntConstBlock(this.size, this.results);