The OpenD Programming Language

pair.second_type

import core.stdcpp.utility;
struct pair(T1, T2)
alias second_type = T2

Meta