std
::
collections
::
pair {Type1, Type2}
Pair
struct
Pair
(
Printable
)
{
Type1
first
;
Type2
second
;
}
Members
Methods