copy method

void copy(
  1. PrimaryRepairInfo c
)

Implementation

void copy(PrimaryRepairInfo c) {
  distance = c.distance;
  misspellIndex = c.misspellIndex;
  code = c.code;
  bufferPosition = c.bufferPosition;
  symbol = c.symbol;
}