String.this

Construct from zero-terminated C string (ASCII or UTF8)

  1. this(string s)
  2. this(const(char)* cStr)
    struct String
    this
    (
    const(char)* cStr
    )
  3. this(const(wchar)* wStr)
  4. this(InputStream istrm)

Meta