Identity

identity template

alias Identity(T...) = T[0]

Examples

static assert (is (Identity!int == int));

Meta