rootName

Part of workaround for DMD Issue #12111

  1. Path!C rootName(Path!C path)
  2. inout(C)[] rootName(inout(C)[] path)
    @safe pure nothrow
    inout(C)[]
    rootName
    (
    C
    )
    (
    inout(C)[] path
    )
    if (
    isSomeChar!C
    )

Meta