twosCompl property Null safety
final
Implementation
static final NormalOperation twosCompl = NormalOperation.intOnly(
intCalc: (Model m) => m.integerSignMode = SignMode.twosComplement,
stackLift: StackLift.neutral,
name: "2's");