DifferenceArrayUtils constructor
DifferenceArrayUtils(
- int length
Implementation
DifferenceArrayUtils(int length) : _d = List<int>.filled(length + 1, 0);
DifferenceArrayUtils(int length) : _d = List<int>.filled(length + 1, 0);