Tag.this

Construct a Tag from a string

  1. this(Tag tag)
  2. this(T t)
  3. this(string val)
    struct Tag
    inout pure nothrow
    this
    (
    string val
    )
  4. this(double val)
  5. this(bool val)

Meta