PairTFirst, TSecond Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (KeyValuePairTFirst, TSecond to PairTFirst, TSecond) |
Converts a KeyValuePair structure into a Pair. The
First element gets the Key, and the Second element gets the Value.
|
![]() ![]() | (PairTFirst, TSecond to KeyValuePairTFirst, TSecond) |
Converts a Pair to a KeyValuePair. The Key part of the KeyValuePair gets
the First element, and the Value part of the KeyValuePair gets the Second
elements.
|