Rle constructor

Rle(
  1. int part,
  2. int pos,
  3. int cnt,
  4. bool max,
)

Implementation

Rle(this.part, this.pos, this.cnt, this.max);