Swaps the order of the elements of the given Pair in a type-safe manner. Example: Pair("David", 32).swap() -> Pair(32, "David")