Pair<T1, T2> constructor
Pair<T1, T2> (
- T1 first,
- T2 second
Constructor for the pair class
Implementation
Pair(this.first, this.second);
Constructor for the pair class
Pair(this.first, this.second);