ExtValue

ExtValue is a MessagePack Extended value representation. The application is responsible for correctly interpreting data according to the type described by type.

@trusted
struct ExtValue {}

Members

Variables

data
ubyte[] data;

The raw bytes

type
byte type;

An integer 0-127 with application-defined meaning

Meta