hexEncode
- void hexEncode(char* output, const(ubyte)* input, size_t input_length, bool uppercase)
- string hexEncode(const(ubyte)* input, size_t input_length, bool uppercase)
- string hexEncode(Vector!(ubyte, Alloc) input, bool uppercase)
string
hexEncode
(auto const ref Vector!(ubyte, Alloc) input ,) - string hexEncode(RefCounted!(Vector!(ubyte, Alloc), Alloc) input, bool uppercase)
Perform hex encoding