URL.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Path rhs)
  2. void opOpAssign(Path.Segment rhs)
    struct URL
    @safe
    void
    opOpAssign
    (
    string OP
    Path
    )
    (
    Path.Segment rhs
    )
    if (
    OP == "~" &&
    isAnyPath!Path
    )
  3. void opOpAssign(Path.Segment2 rhs)

Meta