pair.second_type

struct pair(T1, T2)
alias second_type = T2

Meta