GetTypeId

Get tag for type T.

Useful for comparison with tag field of Value struct.

template GetTypeId (
T
) {}

Members

Manifest constants

GetTypeId
enum GetTypeId;

Examples

Value v = "zzz";
assert(v.tag == GetTypeId!string);

Meta