ArgsT.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(immutable(C)[] item)
    struct ArgsT(C = char)
    void
    opOpAssign
    (
    string op
    )
    (
    immutable(C)[] item
    )
    if (
    op == "~"
    )
    if (
    is(C == char)
    )
  2. void opOpAssign(PathT!C item)
  3. void opOpAssign(Range items)

Meta