CircularIntervalList<T> constructor

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

Implementation

CircularIntervalList(this._vals);