Pair<F, S> constructor
Pair<F, S> (
- F first,
- S second
Constructor for the Pair class
Implementation
Pair(this.first, this.second);
Constructor for the Pair class
Pair(this.first, this.second);