PathCommon.opBinary

Concatenate a path and a string, which will be treated as a path.

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

Meta