isAbsolute

Part of workaround for DMD Issue #12111

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

Meta