isValidPath

Part of workaround for DMD Issue #12111

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

Meta