hexDigitsPerByte top-level constant

int const hexDigitsPerByte

How many hex digits spell one byte.

Implementation

const hexDigitsPerByte = 2;