isAbsolute - multiple declarations

Function isAbsolute

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

bool isAbsolute (
  const(Path) path
) pure nothrow @safe;

Alias isAbsolute

Alias of same-named function from std.path

alias isAbsolute = std.path.isAbsolute;