shiftCounts2 method

  1. @Deprecated('no message.')
void shiftCounts2(
  1. List<int> stateCount
)

Implementation

@Deprecated('no message.')
void shiftCounts2(List<int> stateCount) {
  doShiftCounts2(stateCount);
}