KtPair<A, B> constructor

const KtPair<A, B>(
  1. A first,
  2. B second
)

Implementation

const KtPair(this.first, this.second);