User.this

  1. this(string str)
  2. this(UserMask mask_)
  3. this(string nick, string ident, string host)
    struct User
    @safe pure nothrow @nogc
    this
    (
    string nick
    ,
    string ident
    ,
    string host
    )

Meta