str

Creates a Str ($D Tag).

@property pure
str
(
string val
)

Return Value

Type: Tag

a Str Tag

Examples

assert(str("hello world!") == Tag(Str("hello world!")));

Meta