stripDrive

Part of workaround for DMD Issue #12111

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

Meta