ByteUnion.data

Used to read some data type as ubyte[x] +//// dat

union ByteUnion(T)
T data;

Meta