dse property Null safety

NormalArgOperation dse
final

Implementation

static final NormalArgOperation dse = NormalArgOperation(
    maxOneByteOpcodes: 4,
    arg: RegisterWriteOpArg(
        maxDigit: 19,
        f: (m, Value r, Value x) {
          return _skipIf(m, r, (n, x) => n <= x, (n, y) => n - y);
        }),
    name: 'DSE');