Tag.this

Construct a Tag from a bool

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

Meta