PathCommon.opOpAssign

Concatenate the path-string str to this path.

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

Meta