isValidFilename

Part of workaround for DMD Issue #12111

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

Meta