isRooted - multiple declarations

Function isRooted

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

Prototype

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

Alias isRooted

Alias of same-named function from std.path

Declaration

alias isRooted() = std.path.isRooted;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng