calculateUncorrectableError method
override
Implementation to calculate whether something is an uncorrectableError.
Implementation
@override
@protected
Logic calculateUncorrectableError() => ~originalData.xor().eq(code);
Implementation to calculate whether something is an uncorrectableError.
@override
@protected
Logic calculateUncorrectableError() => ~originalData.xor().eq(code);