Pair

Undocumented in source.
struct Pair (
A
B
) {}

Members

Variables

a
A a;
Undocumented in source.
b
B b;
Undocumented in source.

Meta