DifferenceArrayUtils constructor
DifferenceArrayUtils(
- int length
Creates a difference array backing a logical array of length zeros.
Audited: 2026-06-12 11:26 EDT
Implementation
DifferenceArrayUtils(int length) : _d = List<int>.filled(length + 1, 0);