pair.first_type

struct pair(T1, T2)
alias first_type = T1

Meta