E.e

Concatenate two expressions with ".".

  1. auto e(string lhs)
    struct E
    @safe pure nothrow pure const
    e
    (
    string lhs
    )
  2. auto e(E lhs)
  3. this(E lhs, string rhs)

Meta