$At<T, R> constructor

const $At<T, R>(
  1. T data,
  2. R value
)

Implementation

const $At(this.data, this.value);