pair

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) extern (C++)
struct pair (
T1
T2
) {}

Members

Aliases

first_type
alias first_type = T1
Undocumented in source.
second_type
alias second_type = T2
Undocumented in source.

Variables

first
T1 first;
Undocumented in source.
second
T2 second;
Undocumented in source.

Meta