hexDecode
- size_t hexDecode(ubyte* output, const(char)* input, size_t input_length, size_t input_consumed, bool ignore_ws)
- size_t hexDecode(ubyte* output, const(char)* input, size_t input_length, bool ignore_ws)
- size_t hexDecode(ubyte* output, string input, bool ignore_ws)
- Vector!ubyte hexDecode(string input, bool ignore_ws)
- Vector!ubyte hexDecode(Vector!char input, bool ignore_ws)
Vector!ubyte
hexDecode
(const ref Vector!char input ,)
Perform hex decoding