hexDigitsPerByte top-level constant
int
const hexDigitsPerByte
How many hex digits spell one byte.
Implementation
const hexDigitsPerByte = 2;
How many hex digits spell one byte.
const hexDigitsPerByte = 2;