Tuple2

typealias Tuple2<E1, E2> = Pair<E1, E2>

Set a typealias Tuple2 for Pair.