URI.this

Creates a URI from a string.

  1. this()
  2. this(string url)
    struct URI
    @nogc nothrow
    this
    (
    string url
    )
  3. this(typeof(this) rhs)

Meta