Path.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(string rhs)
  2. void opOpAssign(PathEntry rhs)
  3. void opOpAssign(immutable(PathEntry)[] rhs)
    struct Path
    @safe pure
    void
    opOpAssign
    (
    string OP
    )
    (
    immutable(PathEntry)[] rhs
    )
    if (
    OP == "~"
    )
  4. void opOpAssign(Path rhs)

Meta