Creates a Str ($D Tag).
a Str Tag
assert(str("hello world!") == Tag(Str("hello world!")));
See Implementation
Creates a Str ($D Tag).