chsvlib
chsv helper source code

◆ mirror_byte

constexpr auto mirror_byte = implementation
constexpr

Resolves to a constexpr array containing a table of byte values which are mirror-bit reflections of their positions in the array.

Example: mirror_bits[0x07] == 0xE0.