PathCommon.opOpAssign

Concatenate the path-string str to this path.

  1. void opOpAssign(InStringType str)
    mixintemplate PathCommon(PathType, StringType, alias theSeparator, alias theCaseSensitivity)
    void
    opOpAssign
    (
    string op
    InStringType
    )
    (
    auto ref in InStringType str
    )
    if (
    op == "~" &&
    isSomeString!InStringType
    )
    if (
    isSomeString!StringType &&
    isSomeChar!(typeof(theSeparator))
    )
  2. void opOpAssign(PathType other)

Meta