Tag.value

internal value

struct Tag(string tag_, T = void)
static if(!(is(T == void)))
T value;

Meta