pair

D language counterpart to C++ std::pair.

C++ reference:

Members

Aliases

first_type
alias first_type = T1
second_type
alias second_type = T2

Variables

first
T1 first;
second
T2 second;

Meta