NewType<T> constructor

const NewType<T>(
  1. T val
)

Implementation

const NewType(this.val);