First

get the first element of a list

Members

Aliases

First
alias First = T[0]
Undocumented in source.

Manifest constants

First
enum First;
Undocumented in source.

Examples

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

Meta