The OpenD Programming Language

pair.first_type

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

Meta