This<T, K> constructor

const This<T, K>(
  1. T value
)

Implementation

const This(this.value);