isRooted - multiple declarations

Function isRooted

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

bool isRooted (
  in Path path
) pure nothrow @safe;

Alias isRooted

Alias of same-named function from std.path

alias isRooted = std.path.isRooted;