IndexedValue<V> constructor

IndexedValue<V>(
  1. int index,
  2. V value
)

Implementation

IndexedValue(this.index, this.value);