ValueIndex<T> constructor

ValueIndex<T>(
  1. T value,
  2. int index
)

Implementation

ValueIndex(this.value, this.index);