isAbsolute

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

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

Meta