isAbsolute - multiple declarations

Function isAbsolute

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

Prototype

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

Alias isAbsolute

Alias of same-named function from std.path

Declaration

alias isAbsolute() = std.path.isAbsolute;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng