baseName

Part of workaround for DMD Issue #12111

  1. Path!C baseName(Path!C path)
  2. Path!C baseName(Path!C path, C1[] suffix)
  3. inout(C)[] baseName(inout(C)[] path)
    @trusted pure
    inout(C)[]
    baseName
    (
    C
    )
    (
    inout(C)[] path
    )
    if (
    isSomeChar!C
    )
  4. inout(C)[] baseName(inout(C)[] path, C1[] suffix)

Meta