true if c is a sub-delimiter ASCII character, false otherwise.bool isSubDelim(dchar c) @nogc nothrow @safeReturns true if c is a sub-delimiter ASCII character (RFC 3986).
c | Code point to test. |
true if c is a sub-delimiter ASCII character, false otherwise.