Convert hexadecimal string Input to its binary representation. The return string is half the size of Input.
Input
Input.
Declared in <llvm/ADT/StringExtras.h>
<llvm/ADT/StringExtras.h>
std::string fromHex(StringRef Input);
The binary decoding of Input.