hex_is_digit
Declared in <folly/codec/hex.h>
<folly/codec/hex.h>
constexpr bool hex_is_digit(char const h);
True if h is a hex digit character.
h