true if c is a gen-delimiter ASCII character, false otherwise.bool isGenDelim(dchar c) @safe nothrow @nogcReturns true if c is a gen-delimiter ASCII character (RFC 3986).
c | Code point to test. |
true if c is a gen-delimiter ASCII character, false otherwise.