uri

Creates a Uri ($D Tag).

@property pure
uri
(
string val
)

Return Value

Type: Tag

a Uri Tag

Examples

assert(uri("http://foo.bar") == Tag(Uri("http://foo.bar")));

Meta