isGenDelim

private fnbool isGenDelim(dchar c) @safe nothrow @nogc

Returns true if c is a gen-delimiter ASCII character (RFC 3986).

Parameters

cCode point to test.

Returns

true if c is a gen-delimiter ASCII character, false otherwise.