PathCommon.opBinary

Concatenate two paths.

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

Meta