Path.opBinary

Concatenates two paths, with a directory separator in between.

  1. Path!C opBinary(Path!C rhs)
    struct Path(C = char)
    opBinary
    (
    string op
    )
    ()
    if (
    op == "~"
    )
    if (
    is(C == char)
    )
  2. Path!C opBinary(const(C)[] rhs)
  3. Path!C opBinary(Ext!C rhs)

Meta