Wraps **value** with **tag_**.
ditto
Tag!("Tag", int) tagged = tag!"Tag"(1); Tag!"None" nil = tag!"None";
See Implementation
Wraps **value** with **tag_**.