DifferenceArrayUtils constructor

DifferenceArrayUtils(
  1. int length
)

Implementation

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