isRooted

Just like std.path.isRooted, but operates on Path.

  1. bool isRooted(Path!C path)
    @safe pure nothrow
    bool
    isRooted
    (
    C
    )
    (
    in Path!C path
    )
  2. bool isRooted(C[] path)

Meta