UInt.data

Payload. The data is located in the target endianness.

struct UInt(size_t size)
size_t[size / (size_t.sizeof * 8)] data;

Meta