driveName - multiple declarations

Function driveName

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

Path driveName (
  Path path
) pure nothrow @safe;

Alias driveName

Alias of same-named function from std.path

alias driveName = std.path.driveName;