stripDrive - multiple declarations

Function stripDrive

Like std.path.stripDrive, but operates on Path.

Path stripDrive (
  Path path
) pure nothrow @safe;

Alias stripDrive

Alias of same-named function from std.path

alias stripDrive = std.path.stripDrive;