true if c is an unreserved ASCII character, false otherwise.bool isUnreserved(dchar c) @nogc nothrow @safeReturns true if c is an unreserved ASCII character (RFC 3986 §2.3).
c | Code point to test. |
true if c is an unreserved ASCII character, false otherwise.