Second

get the second element of a list

Members

Aliases

Second
alias Second = T[1]
Undocumented in source.

Manifest constants

Second
enum Second;
Undocumented in source.

Examples

static assert (Second!('a', 'b', 'c') == 'b');

Meta