CircularIntervalList<T> constructor

CircularIntervalList<T>(
  1. List<T> _values
)

Implementation

CircularIntervalList(this._values);