Fixtype of contents of hex strings.
This is a product type introduced by fty::defprod.
If a hex string is not empty, it contains one or more pairs of hex digits, optionally separated by single underscores. This fixtype captures this non-empty content: it consists of the starting pair of hex digit, and the list of zero or more remaining pairs of hex digits, each of which is optionally preceded by underscore.