Path.opBinary

Concatenates two paths, with a directory separator in between.

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

Meta