$<T, S> constructor

const $<T, S>(
  1. T $0,
  2. S $1
)

Implementation

const $(this.$0, this.$1);