std
::
collections
::
tuple {Type1, Type2}
Tuple
struct
Tuple
@deprecated
(
"
Use 'Pair' instead
"
)
{
Type1
first
;
Type2
second
;
}
Members
Methods