ByteUnion

Used to read some data type as ubyte[x]

Constructors

this
this(T data)
this(ubyte[T.sizeof] array)

constructor

Members

Variables

array
ubyte[T.sizeof] array;

array of bytes

data
T data;

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

Meta