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)
  3. void opOpAssign(Path.Segment2 rhs)
    struct URL
    @safe
    static if(is(InetPath.Segment2))
    void
    opOpAssign
    (
    string OP
    Path
    )
    (
    Path.Segment2 rhs
    )
    if (
    OP == "~" &&
    isAnyPath!Path
    )

Meta