E.this

Concatenate two expressions with ".".

  1. this(string content)
  2. this(T content)
  3. this(E lhs, string rhs)
    struct E
    @safe pure
    this
    nothrow pure
    (
    ,
    string rhs
    )
  4. auto e(string lhs)
  5. auto e(E lhs)

Meta