URL.opBinary

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

Meta