base64CharValue
private fn
int base64CharValue(char c) pure @safe nothrowReturns the 6-bit value for a valid Base64 character, or -1 if invalid.
int base64CharValue(char c) pure @safe nothrowReturns the 6-bit value for a valid Base64 character, or -1 if invalid.