NamedType.this

Undocumented in source.
  1. this()
    struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
    @disable
    static if((is(T == struct) || is(T == union)) && !is(typeof( )))
    this
    ()
    if (
    is(TagT : Tag!U, )
    )
  2. this(T v)
  3. this(NamedType!(T, Tag, init, Traits) v)

Meta