Path.opBinary

Appends an extension to a path. Naturally, a directory separator is NOT inserted in between.

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

Meta