PathCommon.opBinary

Concatenate two paths.

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

Meta