PathT.opOpAssign

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

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

Meta