id

Identity function.

Examples

auto f = IdentityFunction!int.get;
assert (f(0) == 0);

Meta