driveName

Part of workaround for DMD Issue #12111

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

Meta