Path.opOpAssign

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

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

Meta